C1: deploy adelaide-baby-shower-app to ringtail k3s #349

Merged
eblume merged 20 commits from shower-app-deploy into main 2026-05-11 13:47:20 -07:00
Showing only changes of commit 3ead5ae213 - Show all commits

C1: pin shower v1.0.1 FOD outputHash from run 537

Erich Blume 2026-05-11 10:28:50 -07:00

View file

@ -107,7 +107,7 @@ let
outputHashAlgo = "sha256"; outputHashAlgo = "sha256";
# Pinned dep closure — reproducible until version bumps. To recompute, # Pinned dep closure — reproducible until version bumps. To recompute,
# set to pkgs.lib.fakeHash and read the failure. # set to pkgs.lib.fakeHash and read the failure.
outputHash = pkgs.lib.fakeHash; outputHash = "sha256-9J2cxNxFSkSWLy2nwPtqV0Qtn54YVJ3LiijsqKQT+uc=";
dontFixup = true; dontFixup = true;
}; };