Skip to content

Commit

Permalink
mesa: 19.2.0 -> 19.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Oct 9, 2019
1 parent 2f25cca commit f22e7f5
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 @@ -27,7 +27,7 @@
with stdenv.lib;

let
version = "19.2.0";
version = "19.2.1";
branch = head (splitString "." version);
in

Expand All @@ -42,7 +42,7 @@ 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 = "0al5235xrsv5walyavn192mg4n4g1rykgxqg2qqn918gl2iclq5h";
sha256 = "4cc53ca1a8d12c6ff0e5ea44a5213c05c88447ab50d7e28bb350cd29199f01e9";
};

prePatch = "patchShebangs .";
Expand Down

0 comments on commit f22e7f5

Please sign in to comment.