mesa: 18.3.4 -> 19.1.1
This commit is contained in:
parent
544a87cf23
commit
1141c6f5f8
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ let
|
|||
in
|
||||
|
||||
let
|
||||
version = "18.3.4";
|
||||
version = "19.1.1";
|
||||
branch = head (splitString "." version);
|
||||
in
|
||||
|
||||
|
@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
|
|||
"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 = "01xv03ah4l5lcfx015n3fg1620dh4nbbv6gmhh6zhdsx6sj4sc9j";
|
||||
sha256 = "10amy5sdmpjbskr3xazgk0jyli8xpgi0y1nsmjr76hx8nhb4n4bj";
|
||||
};
|
||||
|
||||
prePatch = "patchShebangs .";
|
||||
|
|
Loading…
Reference in a new issue