Skip to content

Commit 6f5edd3

Browse files
committedJun 1, 2017
mesa: maintenance 17.0.2 -> 17.0.7
Expected to be the last update of the branch. I somehow neglected maintenance updates on 17.03 after master got updated to mesa-17.1.x
1 parent ecaef55 commit 6f5edd3

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
@@ -65,7 +65,7 @@ let
6565
in
6666

6767
let
68-
version = "17.0.2";
68+
version = "17.0.7";
6969
branch = head (splitString "." version);
7070
driverLink = "/run/opengl-driver" + optionalString stdenv.isi686 "-32";
7171
in
@@ -80,7 +80,7 @@ stdenv.mkDerivation {
8080
"ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz"
8181
"https://launchpad.net/mesa/trunk/${version}/+download/mesa-${version}.tar.xz"
8282
];
83-
sha256 = "f8f191f909e01e65de38d5bdea5fb057f21649a3aed20948be02348e77a689d4";
83+
sha256 = "f6d75304a229c8d10443e219d6b6c0c342567dbab5a879ebe7cfa3c9139c4492";
8484
};
8585

8686
prePatch = "patchShebangs .";

0 commit comments

Comments
 (0)
Please sign in to comment.