From 69dccda3c003a167be151d5d264357cdb6e0aa33 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 29 Jul 2013 17:57:06 +0200 Subject: VM builds: Update debian Wheezy image to v7.1. Wheezy has been released on June 15th and on all mirrors the SHA256 hash of Packages.bz2 has changed to reflect the new release, so let's update. Here is the release announcement from Debian: http://www.debian.org/News/2013/20130615 It also seems that the versioning scheme has changed in version 7.x, so they seem to have switched to a two digit versioning scheme. This means, that the attribute name "debian70..." should really be something like "debian7...", but I'm keeping the attribute as-is to not break references. Signed-off-by: aszlig --- pkgs/build-support/vm/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'pkgs/build-support') diff --git a/pkgs/build-support/vm/default.nix b/pkgs/build-support/vm/default.nix index 063341ce1d7b..dbab401d9baa 100644 --- a/pkgs/build-support/vm/default.nix +++ b/pkgs/build-support/vm/default.nix @@ -1403,22 +1403,22 @@ rec { }; debian70i386 = { - name = "debian-7.0.0-wheezy-i386"; - fullName = "Debian 7.0.0 Wheezy (i386)"; + name = "debian-7.1.0-wheezy-i386"; + fullName = "Debian 7.1.0 Wheezy (i386)"; packagesList = fetchurl { url = mirror://debian/dists/wheezy/main/binary-i386/Packages.bz2; - sha256 = "712939639e2cc82615c85bdf81edf31edef0fda003ac2b32998e438aee403ab8"; + sha256 = "c2751c48805b41c3eddd31cfe92ffa46df13a7d6ce7896b8dc5ce4b2f7f329c5"; }; urlPrefix = mirror://debian; packages = commonDebianPackages; }; debian70x86_64 = { - name = "debian-7.0.0-wheezy-amd64"; - fullName = "Debian 7.0.0 Wheezy (amd64)"; + name = "debian-7.1.0-wheezy-amd64"; + fullName = "Debian 7.1.0 Wheezy (amd64)"; packagesList = fetchurl { url = mirror://debian/dists/wheezy/main/binary-amd64/Packages.bz2; - sha256 = "e79132f7db6655013be1f75feb9812b071386525246d8639679b322487d2732a"; + sha256 = "9b15b4348cadbcf170c9e83d6fbcb64efac2b787ebdfef16ba21dd70dfca0001"; }; urlPrefix = mirror://debian; packages = commonDebianPackages; -- cgit 1.4.1