lol

Merge pull request #42467 from mkaito/update-mesa

mesa: 18.0.3 -> 18.1.2

authored by

Matthew Bauer and committed by
GitHub
b29440fd 4bbca076

+3 -3
+3 -3
pkgs/development/libraries/mesa/default.nix
··· 67 67 in 68 68 69 69 let 70 - version = "18.0.3"; 70 + version = "18.1.2"; 71 71 branch = head (splitString "." version); 72 72 in 73 73 ··· 81 81 "ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz" 82 82 "https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz" 83 83 ]; 84 - sha256 = "0c4yskqwmh5k0wavjrkfcldafvnpcx8gjcx584bscxks69krd789"; 84 + sha256 = "1ydivzm4c2k53b65lvm11d62z140xlmd7viw63bl5cm5idjg02q7"; 85 85 }; 86 86 87 87 prePatch = "patchShebangs ."; ··· 154 154 libX11 libXext libxcb libXt libXfixes libxshmfence 155 155 libffi wayland wayland-protocols libvdpau libelf libXvMC 156 156 libomxil-bellagio libva-minimal libpthreadstubs openssl/*or another sha1 provider*/ 157 - valgrind-light python2 157 + valgrind-light python2 python2.pkgs.Mako 158 158 ]; 159 159 160 160 enableParallelBuilding = true;