Skip to content

Commit 3f571a9

Browse files
committedNov 4, 2017
Revert "mesa: bugfix 17.1.8 -> 17.1.10"
This reverts commit a7dbf72. Fixes #31154.
1 parent c371b83 commit 3f571a9

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.10";
70+
version = "17.1.8";
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 = "1nqvy4b662f7shn5nrpx4a2i4y0989dz8djsxf6pvx2drj0xdh6b";
85+
sha256 = "75ed2eaeae26ddd536150f294386468ae2e1a7717948c41cd14b7875be5269db";
8686
};
8787

8888
prePatch = "patchShebangs .";

0 commit comments

Comments
 (0)
Please sign in to comment.