From 3ead5ae213fd9ccfd45474270ea634536a2a5f7e Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Mon, 11 May 2026 10:28:50 -0700 Subject: [PATCH] C1: pin shower v1.0.1 FOD outputHash from run 537 --- 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 08983c7..20b7525 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-9J2cxNxFSkSWLy2nwPtqV0Qtn54YVJ3LiijsqKQT+uc="; dontFixup = true; };