Skip to content

Commit 779e3bb

Browse files
committed
image-deps: bump Ubuntu and Windows images
1 parent 5bb4023 commit 779e3bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server/nixos/image-deps.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
writeText,
88
}: let
99
jammy-server-cloudimg-amd64_img = fetchurl {
10-
url = "https://cloud-images.ubuntu.com/jammy/20250725/jammy-server-cloudimg-amd64.img";
11-
hash = "sha256-sRmpeNy2YZR2FnTCOoYKdc23d46V4iK1HXozht/jySA=";
10+
url = "https://cloud-images.ubuntu.com/jammy/20251023/jammy-server-cloudimg-amd64.img";
11+
hash = "sha256-kzMDphmvdsDtFzTtGjK95VON4zbWhXhiiD7HyPUJoFw=";
1212
};
1313
in linkFarm "image-deps" {
1414
"cargo-config.toml" = writeText "cargo-config.toml" ''
@@ -82,7 +82,7 @@ in linkFarm "image-deps" {
8282
};
8383
"windows10/vs_community.exe" = fetchurl {
8484
url = "https://aka.ms/vs/17/release/vs_community.exe";
85-
hash = "sha256-MV9hfmY2Rg+pMNhspUn7ur1Zj6QdAU1cXS2va4ZnuSA=";
85+
hash = "sha256-0wiUkozw9+t9kkjWkQHVY1VygmVOqP+xpnze9G2T1VE=";
8686
};
8787
"windows10/rustup-init.exe" = fetchurl {
8888
url = "https://static.rust-lang.org/rustup/archive/1.28.1/x86_64-pc-windows-msvc/rustup-init.exe";

0 commit comments

Comments
 (0)