3
0
Fork 0
forked from mirrors/nixpkgs

svn path=/nixos/trunk/; revision=8369

This commit is contained in:
Eelco Dolstra 2007-03-19 23:00:48 +00:00
parent 36f01930ed
commit 3d85bc56ff

View file

@ -4,7 +4,7 @@
rec { rec {
nixpkgsRel = "nixpkgs-0.11pre8027"; nixpkgsRel = "nixpkgs-0.11pre8366";
configuration = { configuration = {
@ -121,7 +121,7 @@ rec {
# Get a recent copy of Nixpkgs. # Get a recent copy of Nixpkgs.
nixpkgsTarball = pkgs.fetchurl { nixpkgsTarball = pkgs.fetchurl {
url = configuration.installer.nixpkgsURL + "/" + nixpkgsRel + ".tar.bz2"; url = configuration.installer.nixpkgsURL + "/" + nixpkgsRel + ".tar.bz2";
md5 = "3beb348da52f4bd86af28f82f375e0ec"; md5 = "580487bfa326ad9c61c286774d1c301d";
}; };