update nix version to latest nix-0.11pre9217

svn path=/nixpkgs/trunk/; revision=9218
This commit is contained in:
Marc Weber 2007-08-30 14:44:02 +00:00
parent 28784956a0
commit 606dba5d0a

View file

@ -4,11 +4,11 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "nix-0.11pre9121"; name = "nix-0.11pre9217";
src = fetchurl { src = fetchurl {
url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre9121/nix-0.11pre9121.tar.bz2; url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre9217/nix-0.11pre9217.tar.bz2;
sha256 = "0yd84g8gyl1xnb0ki0ssy270ff6bs4xy3mjf2ixa7xj9ch3hbyhm"; sha256 = "79707d04e7a2bd0869b55fbfe05dcb673a2c864fb1fb72c390ae18db5ba633e5";
}; };
buildInputs = [perl curl openssl]; buildInputs = [perl curl openssl];