mesa: bugfix update 10.1.1 -> .2
Contains many driver fixes.
This commit is contained in:
parent
f91a594748
commit
6335d5bd3f
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ else
|
|||
*/
|
||||
|
||||
let
|
||||
version = "10.1.1";
|
||||
version = "10.1.2";
|
||||
# this is the default search path for DRI drivers
|
||||
driverLink = "/run/opengl-driver" + stdenv.lib.optionalString stdenv.isi686 "-32";
|
||||
in
|
||||
|
@ -34,7 +34,7 @@ stdenv.mkDerivation {
|
|||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.freedesktop.org/pub/mesa/${version}/MesaLib-${version}.tar.bz2";
|
||||
sha256 = "1c4qcz7zi3qvdcxa56yxl6kps5amk4zq2xlhqlgcpzqzv0777bpk";
|
||||
sha256 = "132vn3s5hiwksl7n099fw3g15h3nzj3fp09zzvgnikqcrrv0n8xi";
|
||||
};
|
||||
|
||||
prePatch = "patchShebangs .";
|
||||
|
|
Loading…
Reference in a new issue