Skip to content

Commit fcdb4b5

Browse files
committedMay 14, 2017
mesa: maintenance 17.0.5 -> 17.0.6
1 parent 1c9ed32 commit fcdb4b5

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.0.5";
70+
version = "17.0.6";
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 = "668efa445d2f57a26e5c096b1965a685733a3b57d9c736f9d6460263847f9bfe";
85+
sha256 = "17d60jjzg4ddm95gk2cqx0xz6b9anmmz6ax4majwr3gis2yg7v49";
8686
};
8787

8888
prePatch = "patchShebangs .";

0 commit comments

Comments
 (0)
Please sign in to comment.