3
0
Fork 0
forked from mirrors/nixpkgs

mesa: 18.2.4 -> 18.2.5

https://www.mesa3d.org/relnotes/18.2.5.html
This commit is contained in:
Will Dietz 2018-11-15 12:53:41 -06:00 committed by Will Dietz
parent d53c0a71ab
commit 6b490ee296

View file

@ -67,7 +67,7 @@ let
in in
let let
version = "18.2.4"; version = "18.2.5";
branch = head (splitString "." version); branch = head (splitString "." version);
in in
@ -81,7 +81,7 @@ let self = 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 = "0knbr6nl7qk5bijz6p7yqr8fc806gvmz9p6jlnvdaxkqnpmil7b2"; sha256 = "0wrbdk988mh42bbpicf5knx5pdqs3xp05s71alqkbr9j523k4b5i";
}; };
prePatch = "patchShebangs ."; prePatch = "patchShebangs .";