From 83b038e1f4b6960df8091aa57f3d8cbd28f58a3b Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Mon, 11 May 2026 12:11:54 -0700 Subject: [PATCH] C1: pin shower v1.0.2 FOD outputHash from run 540 --- containers/shower/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/shower/default.nix b/containers/shower/default.nix index a59e3ab..c968a7b 100644 --- a/containers/shower/default.nix +++ b/containers/shower/default.nix @@ -107,7 +107,7 @@ let outputHashAlgo = "sha256"; # Pinned dep closure — reproducible until version bumps. To recompute, # set to pkgs.lib.fakeHash and read the failure. - outputHash = pkgs.lib.fakeHash; + outputHash = "sha256-tSTH/HaDY7M0qxlauBTM+JekZAgF++K2lGP3PLvym/o="; dontFixup = true; };