From a76b223b0ba5d3d0942453dc7fadb23d4cdbb712 Mon Sep 17 00:00:00 2001 From: mwojcik Date: Fri, 18 Feb 2022 11:21:28 +0800 Subject: [PATCH] flake: update win10 iso, vs community sha256 --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 8633038..d0f484a 100644 --- a/flake.nix +++ b/flake.nix @@ -191,7 +191,7 @@ bootstrapper = pkgs.fetchurl { name = "RESTRICTDIST-vs_Community.exe"; url = "https://aka.ms/vs/16/release/vs_community.exe"; - sha256 = "0b3csxz0qsafnvc0d74ywfpralwz8chv4zf9k07akpm8lp8ycgq0"; + sha256 = "sha256-uva5YDG/sJepWBeZhjubyo5zynaBC0I3DKadRXSiQr0="; }; # This touchy-feely "community" piece of trash seems deliberately crafted to break Wine, so we use the VM to run it. download-vs = utils.wfvm-run { @@ -669,7 +669,7 @@ windowsIso = if windowsImage != null then windowsImage else pkgs.requireFile rec { name = "Win10_21H2_English_x64.iso"; - sha256 = "1sl51lnx4r6ckh5fii7m2hi15zh8fh7cf7rjgjq9kacg8hwyh4b9"; + sha256 = "0kr3m0bjy086whcbssagsshdxj6lffcz7wmvbh50zhrkxgq3hrbz"; message = "Get ${name} from https://www.microsoft.com/en-us/software-download/windows10ISO"; };