mesa: maintenance 13.0.4 -> 13.0.5

I'm being conservative here until 17.0.1 is released.
This commit is contained in:
Vladimír Čunát 2017-02-20 21:53:03 +01:00
parent 9458018a87
commit 3ba1875743
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -27,7 +27,7 @@ if ! lists.elem stdenv.system platforms.mesaPlatforms then
else
let
version = "13.0.4";
version = "13.0.5";
branch = head (splitString "." version);
driverLink = "/run/opengl-driver" + optionalString stdenv.isi686 "-32";
in
@ -41,7 +41,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 = "a95d7ce8f7bd5f88585e4be3144a341236d8c0fc91f6feaec59bb8ba3120e726";
sha256 = "bfcea7e2c801525a60895c8aff11aa68457ee9aa35d01a4638e1f310a3f5ef87";
};
prePatch = "patchShebangs .";