Skip to content

Commit 2587611

Browse files
committedNov 28, 2016
mesa: maintenance 13.0.1 -> 13.0.2
1 parent 9007303 commit 2587611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/libraries/mesa/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if ! lists.elem stdenv.system platforms.mesaPlatforms then
2626
else
2727

2828
let
29-
version = "13.0.1";
29+
version = "13.0.2";
3030
branch = head (splitString "." version);
3131
driverLink = "/run/opengl-driver" + optionalString stdenv.isi686 "-32";
3232
in
@@ -40,7 +40,7 @@ stdenv.mkDerivation {
4040
"ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz"
4141
"https://launchpad.net/mesa/trunk/${version}/+download/mesa-${version}.tar.xz"
4242
];
43-
sha256 = "0cd7axwihwsay0i9fvcw14cldbxyvf8b8rd5sh53plvppyr2z5ki";
43+
sha256 = "a6ed622645f4ed61da418bf65adde5bcc4bb79023c36ba7d6b45b389da4416d5";
4444
};
4545

4646
prePatch = "patchShebangs .";

0 commit comments

Comments
 (0)
Please sign in to comment.