Bump patchelf to 0.10

This release contains three years of bug fixes and improvements.
This commit is contained in:
Ihar Hrachyshka 2019-03-28 21:30:13 -07:00 committed by Ihar Hrachyshka
parent 2f7d0993b7
commit d7fb15024f
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "patchelf-0.9";
name = "patchelf-0.10";
src = fetchurl {
url = "https://nixos.org/releases/patchelf/${name}/${name}.tar.bz2";
sha256 = "a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83";
sha256 = "1wzwvnlyf853hw9zgqq5522bvf8gqadk8icgqa41a5n7593csw7n";
};
setupHook = [ ./setup-hook.sh ];