summary refs log tree commit diff
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2023-02-14 23:33:34 +0400
committerGitHub <noreply@github.com>2023-02-14 23:33:34 +0400
commit8cf41cf4ef071b33a791daa01c971d66aa4f878d (patch)
tree18a2b8ae9788d957a685767e1c709508e31cdcb5
parent0059f767b9813c1fa26cb9b5986d883ef95fb560 (diff)
parent4ed059d041c25cc2d933620d3a27d74dfa7ccb97 (diff)
downloadnixpkgs-8cf41cf4ef071b33a791daa01c971d66aa4f878d.tar
nixpkgs-8cf41cf4ef071b33a791daa01c971d66aa4f878d.tar.gz
nixpkgs-8cf41cf4ef071b33a791daa01c971d66aa4f878d.tar.bz2
nixpkgs-8cf41cf4ef071b33a791daa01c971d66aa4f878d.tar.lz
nixpkgs-8cf41cf4ef071b33a791daa01c971d66aa4f878d.tar.xz
nixpkgs-8cf41cf4ef071b33a791daa01c971d66aa4f878d.tar.zst
nixpkgs-8cf41cf4ef071b33a791daa01c971d66aa4f878d.zip
Merge pull request #215713 from sikmir/vmtools
vmTools: update debian versions
-rw-r--r--pkgs/build-support/vm/default.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/build-support/vm/default.nix b/pkgs/build-support/vm/default.nix
index d63d17e23f8..7b383118a06 100644
--- a/pkgs/build-support/vm/default.nix
+++ b/pkgs/build-support/vm/default.nix
@@ -1032,22 +1032,22 @@ rec {
     };
 
     debian11i386 = {
-      name = "debian-11.5-bullseye-i386";
-      fullName = "Debian 11.5 Bullseye (i386)";
+      name = "debian-11.6-bullseye-i386";
+      fullName = "Debian 11.6 Bullseye (i386)";
       packagesList = fetchurl {
-        url = "https://snapshot.debian.org/archive/debian/20221126T084953Z/dists/bullseye/main/binary-i386/Packages.xz";
-        hash = "sha256-tHrWSd4K5TCwIaLTPqK/Rcon0O0r+Jsxb7OcchOo8Vo=";
+        url = "https://snapshot.debian.org/archive/debian/20230131T034648Z/dists/bullseye/main/binary-i386/Packages.xz";
+        hash = "sha256-z9eG7RlvelEnZAaeCfIO+XxTZVL3d+zTA7ShU43l/pw=";
       };
       urlPrefix = "mirror://debian";
       packages = commonDebianPackages;
     };
 
     debian11x86_64 = {
-      name = "debian-11.5-bullseye-amd64";
-      fullName = "Debian 11.5 Bullseye (amd64)";
+      name = "debian-11.6-bullseye-amd64";
+      fullName = "Debian 11.6 Bullseye (amd64)";
       packagesList = fetchurl {
-        url = "https://snapshot.debian.org/archive/debian/20221126T084953Z/dists/bullseye/main/binary-amd64/Packages.xz";
-        hash = "sha256-whpBERKOPyhrWguVQ2QchrwRHU4tCkGwu42x6khF/2g=";
+        url = "https://snapshot.debian.org/archive/debian/20230131T034648Z/dists/bullseye/main/binary-amd64/Packages.xz";
+        hash = "sha256-mz0eCWdn6uWt40OxsSPheHzEnMeLE52yR/vpb48/VF0=";
       };
       urlPrefix = "mirror://debian";
       packages = commonDebianPackages;