From 4e117dc921f4106e7c243e8eed86953bb1f025b4 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Wed, 13 May 2026 20:40:22 -0700 Subject: [PATCH] C0: pin shower v1.1.1 FOD outputHash (probed on ringtail) Co-Authored-By: Claude Opus 4.7 (1M context) --- containers/shower/default.nix | 2 +- docs/changelog.d/+shower-1.1.1-fod-pin.infra.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/changelog.d/+shower-1.1.1-fod-pin.infra.md diff --git a/containers/shower/default.nix b/containers/shower/default.nix index 242d873..4f807ed 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-HTTmAldIijG03pYZNyO72LBNPCrjmyJQKgW+gU9NplI="; dontFixup = true; }; diff --git a/docs/changelog.d/+shower-1.1.1-fod-pin.infra.md b/docs/changelog.d/+shower-1.1.1-fod-pin.infra.md new file mode 100644 index 0000000..a19b578 --- /dev/null +++ b/docs/changelog.d/+shower-1.1.1-fod-pin.infra.md @@ -0,0 +1 @@ +Pin shower v1.1.1 FOD outputHash (probed locally on ringtail).