We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebd4a62 + df26bc5 commit 70b3172Copy full SHA for 70b3172
1 file changed
pkgs/development/libraries/mesa/common.nix
@@ -5,14 +5,14 @@
5
# nix build .#legacyPackages.x86_64-darwin.mesa .#legacyPackages.aarch64-darwin.mesa
6
rec {
7
pname = "mesa";
8
- version = "26.0.3";
+ version = "26.0.4";
9
10
src = fetchFromGitLab {
11
domain = "gitlab.freedesktop.org";
12
owner = "mesa";
13
repo = "mesa";
14
rev = "mesa-${version}";
15
- hash = "sha256-CTOnJKsx9hDtLhDnuJSGc/lBQ2ZcDm3/Iie7awusGho=";
+ hash = "sha256-gsrqhFCxZRrTbA5MMWARrN6lFVp4Q3D5Jz7MDYbXznY=";
16
};
17
18
meta = {
0 commit comments