From 93796f7a711776384177cacefbb43d38c368e2b0 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 6 Sep 2021 09:14:20 +0800 Subject: [PATCH] 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 ];