mesa: 18.2.2 -> 18.2.3

https://lists.freedesktop.org/archives/mesa-dev/2018-October/207343.html

Optimistically drop disk cache patch, changelog mentions related
changes to cache behavior.

Not sure if those changes address our problem
(can we count on build-id?) so someone more familiar with
this should probably take a look before merging :).
This commit is contained in:
Will Dietz
2018-10-24 08:08:49 -05:00
parent c1272a966c
commit f7b3f43f81
2 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -67,7 +67,7 @@ let
in
let
version = "18.2.2";
version = "18.2.3";
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 = "1i3ky3d210vi3f5hlr9la1kspdyv093npndxsbzdklw95aqq5fn3";
sha256 = "0krhfq1wqxa2ydh5xsb3z4wams975rjj5bw1xsqyrg8sgv0q7gz2";
};
prePatch = "patchShebangs .";