From abd67ce2e62d15c52356302d3d229e464dba32fb Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 13 Oct 2022 21:39:56 +0200 Subject: [PATCH] wfvm/layers: update msvc binary sha256 --- wfvm/layers/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wfvm/layers/default.nix b/wfvm/layers/default.nix index c5e7aed..f0af606 100644 --- a/wfvm/layers/default.nix +++ b/wfvm/layers/default.nix @@ -72,7 +72,7 @@ in bootstrapper = pkgs.fetchurl { name = "RESTRICTDIST-vs_Community.exe"; url = "https://aka.ms/vs/16/release/vs_community.exe"; - sha256 = "0vj6s82b1c0n6cjysx1lba7xmgmy7pmmk3apq1i4xsqwcjv80xwv"; + sha256 = "sha256-4X8NhdcNyfHkN6eKkNz8Unvv49wRZE4CQ1vf6P1R2ic="; }; # This touchy-feely "community" piece of trash seems deliberately crafted to break Wine, so we use the VM to run it. download-vs = wfvm.utils.wfvm-run {