From 4b79027f45298a2904ae2731a3e225d76c49fc61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 1 Aug 2010 21:26:10 +0000 Subject: [PATCH] Updating the patchelf0.6 reference, so it gets the changes to work in mips (16KiB pages) svn path=/nixpkgs/branches/stdenv-updates/; revision=22853 --- pkgs/development/tools/misc/patchelf/0.6.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/misc/patchelf/0.6.nix b/pkgs/development/tools/misc/patchelf/0.6.nix index ab531bb4c916..dfdbf792a564 100644 --- a/pkgs/development/tools/misc/patchelf/0.6.nix +++ b/pkgs/development/tools/misc/patchelf/0.6.nix @@ -4,8 +4,8 @@ stdenv.mkDerivation rec { name = "patchelf-0.6pre20950"; src = fetchurl { - url = "http://hydra.nixos.org/build/379622/download/3/patchelf-0.6pre20950.tar.gz"; - sha256 = "d308c26f304e5102846a747296f9b89a8237fa8cc3685316901db1f72e66f43c"; + url = "http://hydra.nixos.org/build/504657/download/2/patchelf-0.6pre22813.tar.bz2"; + sha256 = "1ml86wyl35ik3lixkcz2vlzvbcancj0dygwfh5ambjmazp2q19mh"; }; meta = {