From 444ff91b61aec8d02fa7efc69c7daf8d04deb25a Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Mon, 11 May 2026 17:22:20 -0700 Subject: [PATCH] C1: pin shower v1.1.0 FOD outputHash from run 547 Co-Authored-By: Claude Opus 4.7 (1M context) --- 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 4d055bf..e2d369d 100644 --- a/containers/shower/default.nix +++ b/containers/shower/default.nix @@ -148,7 +148,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-kTNOswobtkgyQmmqbQM8XO4vvaGg57nCuuZGbNXb0NM="; dontFixup = true; };