Skip to content

Commit

Permalink
Revert "mesa: bugfix 17.1.8 -> 17.1.10"
Browse files Browse the repository at this point in the history
This reverts commit a7dbf72.
Fixes #31154.
  • Loading branch information
vcunat committed Nov 4, 2017
1 parent c371b83 commit 3f571a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mesa/default.nix
Expand Up @@ -67,7 +67,7 @@ let
in

let
version = "17.1.10";
version = "17.1.8";
branch = head (splitString "." version);
driverLink = "/run/opengl-driver" + optionalString stdenv.isi686 "-32";
in
Expand All @@ -82,7 +82,7 @@ stdenv.mkDerivation {
"ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz"
"https://launchpad.net/mesa/trunk/${version}/+download/mesa-${version}.tar.xz"
];
sha256 = "1nqvy4b662f7shn5nrpx4a2i4y0989dz8djsxf6pvx2drj0xdh6b";
sha256 = "75ed2eaeae26ddd536150f294386468ae2e1a7717948c41cd14b7875be5269db";
};

prePatch = "patchShebangs .";
Expand Down

0 comments on commit 3f571a9

Please sign in to comment.