update to 0.30
svn path=/nixpkgs/trunk/; revision=5526
This commit is contained in:
parent
901f950aef
commit
d4643c2a7f
@ -3,10 +3,10 @@
|
|||||||
assert stdenv.system == "i686-linux";
|
assert stdenv.system == "i686-linux";
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "dietlibc-0.29";
|
name = "dietlibc-0.30";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://nix.cs.uu.nl/dist/tarballs/dietlibc-0.29.tar.bz2;
|
url = http://www.kernel.org/pub/linux/libs/dietlibc/dietlibc-0.30.tar.bz2;
|
||||||
md5 = "16d31dd7b5f9124e8ea8280c3f646e13";
|
md5 = "2465d652fff6f1fad3da3b98e60e83c9";
|
||||||
};
|
};
|
||||||
patches = [./dietlibc-install.patch];
|
patches = [./dietlibc-install.patch];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user