mesa: 26.1.4 -> 26.1.5

This commit is contained in:
Nakul S.
2026-07-15 21:23:29 -05:00
parent 3f3e05db7c
commit fb0142357e
+2 -2
View File
@@ -5,14 +5,14 @@
# nix build .#legacyPackages.aarch64-darwin.mesa
rec {
pname = "mesa";
version = "26.1.4";
version = "26.1.5";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "mesa";
repo = "mesa";
rev = "mesa-${version}";
hash = "sha256-PiuqafeJY7aGvb/T8rksTgManWiH9tjxbsi/W1vlFDM=";
hash = "sha256-7p0WyvVF6QHDmYjYvacR2MJjRDNNHYG5YGuPZb+hcTg=";
};
meta = {