From b503e6183f779e348cb4ac88c3be5042daf315fa Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sun, 30 Oct 2022 20:47:17 +0100 Subject: [PATCH] chore(nix): fix well-known output hash --- nix/uniworx/well-known.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/uniworx/well-known.nix b/nix/uniworx/well-known.nix index 257f5c6bb..adcb6ee3a 100644 --- a/nix/uniworx/well-known.nix +++ b/nix/uniworx/well-known.nix @@ -22,6 +22,6 @@ outputHashMode = "recursive"; outputHashAlgo = "sha256"; - outputHash = "+KhpKGRRBVyDm+uBfI02uRpMDuMykZl5yWO6QjOCii4="; + outputHash = "18MfdmJX3q826Q4p2F3SnwS2fCjLN0LUpIV/jqUPH4I="; }; }