mesa: 19.1.5 -> 19.2.0

This commit is contained in:
Edmund Wu 2019-09-26 08:13:51 -04:00
parent a2e3bef2e5
commit 2f25cca931
No known key found for this signature in database
GPG Key ID: 76AA3F9F2BD3E3A0

View File

@ -27,7 +27,7 @@
with stdenv.lib; with stdenv.lib;
let let
version = "19.1.5"; version = "19.2.0";
branch = head (splitString "." version); branch = head (splitString "." version);
in in
@ -42,7 +42,7 @@ stdenv.mkDerivation {
"ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz" "ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz"
"https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz" "https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
]; ];
sha256 = "1d3frncljickn5yi2ch1w2phwxhxpi6diyac3cbin9f76m7f2m3v"; sha256 = "0al5235xrsv5walyavn192mg4n4g1rykgxqg2qqn918gl2iclq5h";
}; };
prePatch = "patchShebangs ."; prePatch = "patchShebangs .";