svn path=/nixos/trunk/; revision=8036
This commit is contained in:
parent
0ee31b29ef
commit
0828400b36
@ -1,7 +1,7 @@
|
||||
rec {
|
||||
|
||||
|
||||
nixpkgsRel = "nixpkgs-0.11pre7883";
|
||||
nixpkgsRel = "nixpkgs-0.11pre8027";
|
||||
|
||||
|
||||
configuration = {
|
||||
@ -118,7 +118,7 @@ rec {
|
||||
# Get a recent copy of Nixpkgs.
|
||||
nixpkgsTarball = pkgs.fetchurl {
|
||||
url = configuration.installer.nixpkgsURL + "/" + nixpkgsRel + ".tar.bz2";
|
||||
md5 = "ed4a3b5b0acd39be511381a81787b0c0";
|
||||
md5 = "3beb348da52f4bd86af28f82f375e0ec";
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user