Skip to content

Commit

Permalink
mesa: 8.1.4 -> 8.1.5 (maintenance)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jul 30, 2018
1 parent 848fa35 commit 3e7f461
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 @@ -63,7 +63,7 @@ let
in

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

Expand All @@ -77,7 +77,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 = "12zm9hc3v4wnzhqyrvf2kfnz55idzdn82hs3ry940l45bn5lhq9h";
sha256 = "69dbe6f1a6660386f5beb85d4fcf003ee23023ed7b9a603de84e9a37e8d98dea";
};

prePatch = "patchShebangs .";
Expand Down

0 comments on commit 3e7f461

Please sign in to comment.