* Add some stuff to the channel.

* Latest unstable Nix.

svn path=/nixpkgs/trunk/; revision=7389
This commit is contained in:
Eelco Dolstra
2006-12-18 17:58:50 +00:00
parent 3ae5939e87
commit b0bb9f21ee
2 changed files with 8 additions and 4 deletions
+3 -3
View File
@@ -4,11 +4,11 @@
}:
stdenv.mkDerivation {
name = "nix-0.11pre7325";
name = "nix-0.11pre7351";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7325/nix-0.11pre7325.tar.bz2;
md5 = "89842aa3fe357b94118496eada00b81f";
url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre7351/nix-0.11pre7351.tar.bz2;
md5 = "a660ec514ae0e296a114bb548a4a8069";
};
buildInputs = [perl curl];