Skip to content

Commit c73f0ca

Browse files
committedJul 3, 2017
mesa: maintenance 17.1.2 -> 17.1.4
The announcement seems safe, as usual. Hydra's Darwin machines will be busy for quite some time on staging, so let me squeeze this, as it will only be mass rebuild on *-linux.
1 parent bb3c8a1 commit c73f0ca

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
@@ -67,7 +67,7 @@ let
6767
in
6868

6969
let
70-
version = "17.1.2";
70+
version = "17.1.4";
7171
branch = head (splitString "." version);
7272
driverLink = "/run/opengl-driver" + optionalString stdenv.isi686 "-32";
7373
in
@@ -82,7 +82,7 @@ stdenv.mkDerivation {
8282
"ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz"
8383
"https://launchpad.net/mesa/trunk/${version}/+download/mesa-${version}.tar.xz"
8484
];
85-
sha256 = "0937804f43746339b1f9540d8f9c8b4a1bb3d3eec0e4020eac283b8799798239";
85+
sha256 = "06f3b0e6a28f0d20b7f3391cf67fe89ae98ecd0a686cd545da76557b6cec9cad";
8686
};
8787

8888
prePatch = "patchShebangs .";

0 commit comments

Comments
 (0)
Please sign in to comment.