mesa: 19.2.6 -> 19.2.7

This commit is contained in:
Will Dietz 2019-12-04 17:39:14 -06:00
parent 484b469caf
commit 09b97534c9
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -27,7 +27,7 @@
with stdenv.lib; with stdenv.lib;
let let
version = "19.2.6"; version = "19.2.7";
branch = versions.major version; branch = versions.major 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 = "15vpj2v1j5j065f8syhcsyr6rkjm58250r0ri13v6bf8c3x28ywx"; sha256 = "17jp8ghipgz62vqqz5llskxypkcmgf8gnlgnj0pyvnbgi6vryyg3";
}; };
prePatch = "patchShebangs ."; prePatch = "patchShebangs .";