3
0
Fork 0
forked from mirrors/nixpkgs

mesa: bugfix update 9.2.4 -> .5

This commit is contained in:
Vladimír Čunát 2013-12-15 00:24:44 +01:00
parent 458f17ae26
commit e8394e3f8c

View file

@ -24,7 +24,7 @@ else
*/
let
version = "9.2.4";
version = "9.2.5";
# this is the default search path for DRI drivers (note: X server introduces an overriding env var)
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 = "0dxrawlpfhmlp0qxdrvpmp9q9vrfsx0drxgwkbxf27bss71i1ppx";
sha256 = "1w3bxclgwl2hwyxk3za7dbdakb8jsya7afck35cz0v8pxppvjsml";
};
prePatch = "patchShebangs .";