summary refs log tree commit diff
path: root/pkgs/development/tools/misc/patchelf
diff options
context:
space:
mode:
authorKarn Kallio <tierpluspluslists@gmail.com>2011-01-02 22:35:02 +0000
committerKarn Kallio <tierpluspluslists@gmail.com>2011-01-02 22:35:02 +0000
commit8af7cabe215fcaa803b3866e3301528d07c69149 (patch)
tree3aa53cd89899e04d5055440a65f40a196922e502 /pkgs/development/tools/misc/patchelf
parent25c7d51515913268d3d677cbff1ff3a249bfdc83 (diff)
downloadnixlib-8af7cabe215fcaa803b3866e3301528d07c69149.tar
nixlib-8af7cabe215fcaa803b3866e3301528d07c69149.tar.gz
nixlib-8af7cabe215fcaa803b3866e3301528d07c69149.tar.bz2
nixlib-8af7cabe215fcaa803b3866e3301528d07c69149.tar.lz
nixlib-8af7cabe215fcaa803b3866e3301528d07c69149.tar.xz
nixlib-8af7cabe215fcaa803b3866e3301528d07c69149.tar.zst
nixlib-8af7cabe215fcaa803b3866e3301528d07c69149.zip
Update patchelf 0.6 to latest prerelease 23458.
The older prerelease did not download; Hydra said the product had disappeared.

svn path=/nixpkgs/trunk/; revision=25350
Diffstat (limited to 'pkgs/development/tools/misc/patchelf')
-rw-r--r--pkgs/development/tools/misc/patchelf/0.6.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/patchelf/0.6.nix b/pkgs/development/tools/misc/patchelf/0.6.nix
index 3774c44480dc..68cdf47e48b2 100644
--- a/pkgs/development/tools/misc/patchelf/0.6.nix
+++ b/pkgs/development/tools/misc/patchelf/0.6.nix
@@ -1,11 +1,11 @@
 {stdenv, fetchurl}:
 
 stdenv.mkDerivation rec {
-  name = "patchelf-0.6pre22275";
+  name = "patchelf-0.6pre23458";
   
   src = fetchurl {
-    url = "http://hydra.nixos.org/build/504657/download/2/patchelf-0.6pre22813.tar.bz2";
-    sha256 = "1ml86wyl35ik3lixkcz2vlzvbcancj0dygwfh5ambjmazp2q19mh";
+    url = "http://hydra.nixos.org/build/838169/download/2/patchelf-0.6pre23458.tar.bz2";
+    sha256 = "18d74n14s4xh8aqwisvz63gx9j4d5b9bzb8k1jnp8whvvwzasdq5";
   };
 
   meta = {