* Latest cpio; fixes a problem with symlinks.
svn path=/nixpkgs/trunk/; revision=6965
This commit is contained in:
parent
023e2003df
commit
908b2bf027
@ -1,9 +1,9 @@
|
|||||||
{stdenv, fetchurl}:
|
{stdenv, fetchurl}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "cpio-2.6";
|
name = "cpio-2.7";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://nix.cs.uu.nl/dist/tarballs/cpio-2.6.tar.bz2;
|
url = http://ftp.gnu.org/gnu/cpio/cpio-2.7.tar.bz2;
|
||||||
md5 = "25e0e8725bc60ed3460c9cde92752674";
|
md5 = "69ad6cb3d288aafe5f969f68d9fd0fb7";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user