1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

mesa: maintenance update 10.2.3 -> .4

This commit is contained in:
Vladimír Čunát 2014-07-20 08:40:25 +02:00
parent 65aacd459c
commit 14953d7bc9

View file

@ -24,7 +24,7 @@ else
*/
let
version = "10.2.3";
version = "10.2.4";
# this is the default search path for DRI drivers
driverLink = "/run/opengl-driver" + stdenv.lib.optionalString stdenv.isi686 "-32";
in
@ -35,7 +35,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "ftp://ftp.freedesktop.org/pub/mesa/${version}/MesaLib-${version}.tar.bz2";
sha256 = "1ssap95gmbccqd5bcysq74ffd8mrlkfy9mm0mgb1g2y9f1hsk0p4";
sha256 = "06l18j9vshq2xzhnp6zd6pw0dlfy0qg1cw4zyn1w51gb8h9398h6";
};
prePatch = "patchShebangs .";