upgraded mesa-gcc

This commit is contained in:
2026-05-28 17:17:49 +02:00
parent e3d7538fa3
commit 2fc09a965a

View File

@@ -2,13 +2,13 @@
final: prev: { final: prev: {
mesa = (prev.mesa.overrideAttrs (old: rec { mesa = (prev.mesa.overrideAttrs (old: rec {
version = "git-unstable-2026-04-02"; version = "git-unstable-2026-05-07";
src = prev.fetchFromGitLab { src = prev.fetchFromGitLab {
domain = "gitlab.freedesktop.org"; domain = "gitlab.freedesktop.org";
owner = "mesa"; owner = "mesa";
repo = "mesa"; repo = "mesa";
rev = "72e9f9a760a5dd81a74497f1daef054af1b6b827"; rev = "0f75fa5bfd29770128a412f1fcf5c4121f95e1bb";
hash = "sha256-81V5RdLSLYeGJ/wh5H8L6vq+QdR6yMkJxDV+6Yf5FPk="; hash = "sha256-9sqgro3Y+yctcueHEO0hNmySLNn9F1HP3lPqcIow0+k=";
}; };
patches = []; patches = [];
buildInputs = old.buildInputs ++ (with prev.llvmPackages_21; [ buildInputs = old.buildInputs ++ (with prev.llvmPackages_21; [