From 6d9d9d91f66929574b7c8e5dacb3a611939bfaf1 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 5 Jul 2021 10:54:24 +0800 Subject: [PATCH 1/2] update Anaconda --- wfvm/layers/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wfvm/layers/default.nix b/wfvm/layers/default.nix index 8fb9958..77d0f11 100644 --- a/wfvm/layers/default.nix +++ b/wfvm/layers/default.nix @@ -8,8 +8,8 @@ in script = let Anaconda3 = pkgs.fetchurl { name = "Anaconda3.exe"; - url = "https://repo.anaconda.com/archive/Anaconda3-2020.02-Windows-x86_64.exe"; - sha256 = "0n31l8l89jrjrbzbifxbjnr3g320ly9i4zfyqbf3l9blf4ygbhl3"; + url = "https://repo.anaconda.com/archive/Anaconda3-2021.05-Windows-x86_64.exe"; + sha256 = "1lpk7k4gydyk524z1nk4rrninrwi20g2ias2njc9w0a40hwl5nwk"; }; in '' From 93796f7a711776384177cacefbb43d38c368e2b0 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 6 Sep 2021 09:14:20 +0800 Subject: [PATCH 2/2] vs: update output hash This is only a temporary solution - the source of the non determinism should be found and fixed. --- 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 77d0f11..1e80076 100644 --- a/wfvm/layers/default.nix +++ b/wfvm/layers/default.nix @@ -93,7 +93,7 @@ in outputHashAlgo = "sha256"; outputHashMode = "recursive"; - outputHash = "0fp7a6prjp8n8sirwday13wis3xyzhmrwi377y3x89nxzysp0mnv"; + outputHash = "0axaym774p2w49pja1vqlx3x6fdylfjkpiybrqkyfc605r07xqyk"; phases = [ "buildPhase" ]; buildInputs = [ download-vs ];