C1: deploy shower v1.1.0 (phases + guest memories) #354

Merged
eblume merged 5 commits from shower-v1.1.0 into main 2026-05-11 20:08:05 -07:00
Showing only changes of commit 38daa3b0c3 - Show all commits

C1: bump shower to v1.1.0 (probe FOD hash)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Erich Blume 2026-05-11 17:02:31 -07:00

View file

@ -21,7 +21,7 @@
{ pkgs ? import <nixpkgs> { } }:
let
version = "1.0.2";
version = "1.1.0";
python = pkgs.python314;
@ -39,7 +39,7 @@ let
showerSdist = pkgs.fetchurl {
name = "adelaide_baby_shower_app-${version}.tar.gz";
url = "https://forge.ops.eblu.me/api/packages/eblume/pypi/files/adelaide-baby-shower-app/${version}/adelaide_baby_shower_app-${version}.tar.gz";
hash = "sha256-nlCtlx9zuYaLoJZSckybLV5YPpA8vZamN96O3RXOstM=";
hash = "sha256-5dp+0u4metOIC6s6/nPlT4cdpFBCV6S3+Z/3RO0sX5U=";
};
staticAssets = pkgs.runCommand "shower-static-assets-${version}" { } ''
@ -129,7 +129,7 @@ let
outputHashAlgo = "sha256";
# Pinned dep closure — reproducible until version bumps. To recompute,
# set to pkgs.lib.fakeHash and read the failure.
outputHash = "sha256-tSTH/HaDY7M0qxlauBTM+JekZAgF++K2lGP3PLvym/o=";
outputHash = pkgs.lib.fakeHash;
dontFixup = true;
};