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:
parent
4133785119
commit
38daa3b0c3
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue