From 98a3eaf6b7622a04506d1b5dfb5db484f71e57bf Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 6 Feb 2007 18:31:32 +0000 Subject: [PATCH] svn path=/nixos/trunk/; revision=7865 --- configuration/rescue-cd.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/rescue-cd.nix b/configuration/rescue-cd.nix index 8ee8708e55f..262529551bb 100644 --- a/configuration/rescue-cd.nix +++ b/configuration/rescue-cd.nix @@ -1,7 +1,7 @@ rec { - nixpkgsRel = "nixpkgs-0.11pre7834"; + nixpkgsRel = "nixpkgs-0.11pre7861"; configuration = { @@ -122,7 +122,7 @@ rec { # Get a recent copy of Nixpkgs. nixpkgsTarball = pkgs.fetchurl { url = configuration.installer.nixpkgsURL + "/" + nixpkgsRel + ".tar.bz2"; - md5 = "844df61d5a1d02ca7de7af691a6279b5"; + md5 = "f88f686e7bbe33065b3c9f3ce5224fea"; };