Skip to content

Commit

Permalink
mesa: maintenance 17.0.0 -> 17.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Mar 7, 2017
1 parent 33b738b commit 17b64e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/libraries/mesa/default.nix
Expand Up @@ -27,7 +27,7 @@ if ! lists.elem stdenv.system platforms.mesaPlatforms then
else

let
version = "17.0.0";
version = "17.0.1";
branch = head (splitString "." version);
driverLink = "/run/opengl-driver" + optionalString stdenv.isi686 "-32";
in
Expand All @@ -37,11 +37,12 @@ stdenv.mkDerivation {

src = fetchurl {
urls = [
"ftp://ftp.freedesktop.org/pub/mesa/mesa-${version}.tar.xz"
"ftp://ftp.freedesktop.org/pub/mesa/${version}/mesa-${version}.tar.xz"
"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 = "10c4cvm6hhdch0idh2kn7qv1dq6zlw97sc3pz7bssn81f1ckvnrr";
sha256 = "96fd70ef5f31d276a17e424e7e1bb79447ccbbe822b56844213ef932e7ad1b0c";
};

prePatch = "patchShebangs .";
Expand Down

0 comments on commit 17b64e8

Please sign in to comment.