specify mesa-git-unstable to specific rev rather than main

This commit is contained in:
2026-04-02 04:26:41 +02:00
parent 8a7229cea8
commit 47acfb12ff

View File

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