mesa: 19.2.0 -> 19.2.1

This commit is contained in:
Vladimír Čunát 2019-10-09 20:39:26 +02:00
parent 2f25cca931
commit f22e7f5de0
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -27,7 +27,7 @@
with stdenv.lib; with stdenv.lib;
let let
version = "19.2.0"; version = "19.2.1";
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 = "0al5235xrsv5walyavn192mg4n4g1rykgxqg2qqn918gl2iclq5h"; sha256 = "4cc53ca1a8d12c6ff0e5ea44a5213c05c88447ab50d7e28bb350cd29199f01e9";
}; };
prePatch = "patchShebangs ."; prePatch = "patchShebangs .";