Use the patchelf-0.6 release for patchelf06 in trunk
svn path=/nixpkgs/trunk/; revision=30359
This commit is contained in:
commit
2be3b97cba
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "patchelf-0.6pre29192";
|
||||
name = "patchelf-0.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://hydra.nixos.org/build/1319933/download/2/${name}.tar.bz2";
|
||||
sha256 = "1873d76994c112355f53d1ac6233ce334d0852ce67cae6b21f492b9b8e0b48b5";
|
||||
url = "http://nixos.org/releases/patchelf/${name}/${name}.tar.bz2";
|
||||
sha256 = "fc7e7fa95f282fc37a591a802629e0e1ed07bc2a8bf162228d9a69dd76127c01";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user