C1: pin shower FOD outputHash from run 535

This commit is contained in:
Erich Blume 2026-05-11 09:13:53 -07:00
commit 118cbbf74b

View file

@ -105,8 +105,9 @@ let
outputHashMode = "recursive"; outputHashMode = "recursive";
outputHashAlgo = "sha256"; outputHashAlgo = "sha256";
# Computed by setting to pkgs.lib.fakeHash and reading the failure. # Pinned dep closure — reproducible until version bumps. To recompute,
outputHash = pkgs.lib.fakeHash; # set to pkgs.lib.fakeHash and read the failure.
outputHash = "sha256-DQIzHm7b4f1SHDU/KiclS6yZmF/GlizaeH8CM1Hg59s=";
dontFixup = true; dontFixup = true;
}; };