mesa: 17.3.8 -> 17.3.9

https://www.mesa3d.org/relnotes/17.3.9.html
This commit is contained in:
Will Dietz 2018-04-30 11:08:03 -05:00
parent 8c733b176f
commit 910ad133b4

View File

@ -67,7 +67,7 @@ let
in
let
version = "17.3.8";
version = "17.3.9";
branch = head (splitString "." version);
in
@ -81,7 +81,7 @@ let self = stdenv.mkDerivation {
"ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz"
"https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
];
sha256 = "1cd6a4ll5arla3kncxnw9196ak1v4rvnb098aa7lm3n4h7r9p7cg";
sha256 = "0yg4nvagg5y2fxyl3jjdgbi6gjqqw4z3j6pyzsac5q7h0pybbgn5";
};
prePatch = "patchShebangs .";