Skip to content

Commit

Permalink
mesa: 18.1.2 -> 18.1.4
Browse files Browse the repository at this point in the history
Picked from #43378.
  • Loading branch information
Anton-Latukha authored and vcunat committed Jul 16, 2018
1 parent 2bd8e98 commit 9d0336a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mesa/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ let
in

let
version = "18.1.2";
version = "18.1.4";
branch = head (splitString "." version);
in

Expand All @@ -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 = "1ydivzm4c2k53b65lvm11d62z140xlmd7viw63bl5cm5idjg02q7";
sha256 = "12zm9hc3v4wnzhqyrvf2kfnz55idzdn82hs3ry940l45bn5lhq9h";
};

prePatch = "patchShebangs .";
Expand Down

0 comments on commit 9d0336a

Please sign in to comment.