* Patchelf updated to latest prerelease.
svn path=/nixpkgs/trunk/; revision=1522
This commit is contained in:
parent
0795c7b0cc
commit
3016830968
@ -1,9 +1,9 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "patchelf-0.1";
|
||||
name = "patchelf-0.1pre1514";
|
||||
src = fetchurl {
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/nix/patchelf-0.1pre1501/patchelf-0.1pre1501.tar.gz;
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/nix/patchelf-0.1pre1514/patchelf-0.1pre1514.tar.gz;
|
||||
md5 = "b3d82ce1dc68304770fe5411ed718e3a";
|
||||
};
|
||||
# src = /home/eelco/Dev/patchelf/patchelf-0.1.tar.gz;
|
||||
|
Loading…
Reference in New Issue
Block a user