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

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

View file

@ -21,7 +21,7 @@
{ pkgs ? import <nixpkgs> { } }: { pkgs ? import <nixpkgs> { } }:
let let
version = "1.0.2"; version = "1.1.0";
python = pkgs.python314; python = pkgs.python314;
@ -39,7 +39,7 @@ let
showerSdist = pkgs.fetchurl { showerSdist = pkgs.fetchurl {
name = "adelaide_baby_shower_app-${version}.tar.gz"; 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"; 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}" { } '' staticAssets = pkgs.runCommand "shower-static-assets-${version}" { } ''
@ -129,7 +129,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 = "sha256-tSTH/HaDY7M0qxlauBTM+JekZAgF++K2lGP3PLvym/o="; outputHash = pkgs.lib.fakeHash;
dontFixup = true; dontFixup = true;
}; };