mesa: 20.1.8 -> 20.1.9 (#99291)

This commit is contained in:
Michael Weiss 2020-10-01 17:58:27 +02:00 committed by GitHub
parent f2de9ca370
commit e991a1ea1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ with stdenv.lib;
let
# Release calendar: https://www.mesa3d.org/release-calendar.html
# Release frequency: https://www.mesa3d.org/releasing.html#schedule
version = "20.1.8";
version = "20.1.9";
branch = versions.major version;
in
@ -46,7 +46,7 @@ stdenv.mkDerivation {
"ftp://ftp.freedesktop.org/pub/mesa/${version}/mesa-${version}.tar.xz"
"ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz"
];
sha256 = "0qdrk74fsd6il6xpiqfd5s6yj4jmy4a6zhfclg2sxjppjha3a8fz";
sha256 = "10kk8a8k7f4ip8yaiqdyrx162nbw8pw4h3b4hs4ha8mpd43wlldj";
};
prePatch = "patchShebangs .";