mesa: 18.3.3 -> 18.3.4
This commit is contained in:
parent
b6167a6e63
commit
6f9a7f05cf
@ -67,7 +67,7 @@ let
|
||||
in
|
||||
|
||||
let
|
||||
version = "18.3.3";
|
||||
version = "18.3.4";
|
||||
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 = "16b2jgrmlqajsyz0qkr4b2v68538bs941cn3pk635ib6d5m8idia";
|
||||
sha256 = "01xv03ah4l5lcfx015n3fg1620dh4nbbv6gmhh6zhdsx6sj4sc9j";
|
||||
};
|
||||
|
||||
prePatch = "patchShebangs .";
|
||||
|
Loading…
Reference in New Issue
Block a user