* Use the latest patchelf on x86_64.
svn path=/nixpkgs/trunk/; revision=7867
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "patchelf-0.2pre4979";
|
||||
name = "patchelf-0.3pre7826";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/nix/patchelf-0.2pre4979/patchelf-0.2pre4979.tar.bz2;
|
||||
md5 = "d45a5a8e13fcef951556d351cc7a64a0";
|
||||
url = http://nix.cs.uu.nl/dist/nix/patchelf-0.3pre7826/patchelf-0.3pre7826.tar.bz2;
|
||||
sha256 = "0wnb5a5964dgp55awygvzw2ssa6j63s568qg4i6kjfx11vvl3zqi";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user