From ee2b3dccd86da59590752a4cc2a57fbdffb5c70a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 19 Oct 2007 11:55:24 +0000 Subject: [PATCH] * Use the latest Nixpkgs for the CD. svn path=/nixos/trunk/; revision=9480 --- 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 5ba75e760e85..59f0ed59e22b 100644 --- a/configuration/rescue-cd.nix +++ b/configuration/rescue-cd.nix @@ -4,7 +4,7 @@ rec { - nixpkgsRel = "nixpkgs-0.11pre9274"; + nixpkgsRel = "nixpkgs-0.12pre9479"; configuration = { @@ -126,7 +126,7 @@ rec { # Get a recent copy of Nixpkgs. nixpkgsTarball = pkgs.fetchurl { url = configuration.installer.nixpkgsURL + "/" + nixpkgsRel + ".tar.bz2"; - md5 = "5cd0f41665dee8f04f00d2d5e514021f"; + md5 = "1b78724c2f2d93c4f4f4477a22f6eda5"; };