summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorHerwig Hochleitner <herwig@bendlas.net>2018-01-22 00:52:32 +0100
committerHerwig Hochleitner <herwig@bendlas.net>2018-01-22 02:16:29 +0100
commit7706f38a6cbf06c7484bb60d31be90618bd9c3e8 (patch)
tree96208ff24aca40ea14c41b5c9bef36a836c4ba68 /pkgs/development/tools
parenta1e2f2a3390dcbad439e7cebc8e4fdf4e97f2b20 (diff)
downloadnixlib-7706f38a6cbf06c7484bb60d31be90618bd9c3e8.tar
nixlib-7706f38a6cbf06c7484bb60d31be90618bd9c3e8.tar.gz
nixlib-7706f38a6cbf06c7484bb60d31be90618bd9c3e8.tar.bz2
nixlib-7706f38a6cbf06c7484bb60d31be90618bd9c3e8.tar.lz
nixlib-7706f38a6cbf06c7484bb60d31be90618bd9c3e8.tar.xz
nixlib-7706f38a6cbf06c7484bb60d31be90618bd9c3e8.tar.zst
nixlib-7706f38a6cbf06c7484bb60d31be90618bd9c3e8.zip
patchelfUnstable: 0.10-pre-20160920 -> 0.10-pre-20180108
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/misc/patchelf/unstable.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/patchelf/unstable.nix b/pkgs/development/tools/misc/patchelf/unstable.nix
index cde8eae0f7fc..4ce30576fd8f 100644
--- a/pkgs/development/tools/misc/patchelf/unstable.nix
+++ b/pkgs/development/tools/misc/patchelf/unstable.nix
@@ -1,13 +1,13 @@
 { stdenv, fetchFromGitHub, autoreconfHook }:
 
 stdenv.mkDerivation rec {
-  name = "patchelf-0.10-pre-20160920";
+  name = "patchelf-0.10-pre-20180108";
 
   src = fetchFromGitHub {
     owner = "NixOS";
     repo = "patchelf";
-    rev = "327d80443672c397970738f9e216a7e86cbf3ad7";
-    sha256 = "0nghzywda4jrj70gvn4dnrzasafgdp0basj04wfir1smvsi047zr";
+    rev = "48452cf6b4ccba1c1f47a09f4284a253634ab7d1";
+    sha256 = "07vx75f2r1bh58qj4b6bl27v39srs2rfr1jrif7syspfhkn4qzw4";
   };
 
   setupHook = [ ./setup-hook.sh ];