aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/misc
diff options
context:
space:
mode:
authorIhar Hrachyshka <ihar@redhat.com>2019-03-28 21:30:13 -0700
committerIhar Hrachyshka <ihrachys@redhat.com>2019-08-30 13:17:01 -0700
commitd7fb15024fd2afffbd03b525937103f9d9e526f8 (patch)
treeacf9fc5dcd6bacc4bc24ac9fd3148ae20e3b8bc9 /pkgs/development/tools/misc
parent2f7d0993b734b81490327321b42f30955a4408aa (diff)
Bump patchelf to 0.10
This release contains three years of bug fixes and improvements.
Diffstat (limited to 'pkgs/development/tools/misc')
-rw-r--r--pkgs/development/tools/misc/patchelf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/patchelf/default.nix b/pkgs/development/tools/misc/patchelf/default.nix
index 77d03f299f4..355d3979822 100644
--- a/pkgs/development/tools/misc/patchelf/default.nix
+++ b/pkgs/development/tools/misc/patchelf/default.nix
@@ -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 ];