C0: pin shower v1.1.1 FOD outputHash (probed on ringtail)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-05-13 20:40:22 -07:00
commit 4e117dc921
2 changed files with 2 additions and 1 deletions

View file

@ -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;
};