C0: bump shower to v1.1.3
Wheel/sdist + FOD hashes probed on ringtail. Full nix-build verified end-to-end before commit. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
96dbbb3cbe
commit
3645098bf1
2 changed files with 5 additions and 4 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
{ pkgs ? import <nixpkgs> { } }:
|
{ pkgs ? import <nixpkgs> { } }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.1.2";
|
version = "1.1.3";
|
||||||
|
|
||||||
python = pkgs.python314;
|
python = pkgs.python314;
|
||||||
|
|
||||||
|
|
@ -43,7 +43,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-U00259dlvHSo0c9I/W0kSThyhNKUT8ukG6X+vzj0k9c=";
|
hash = "sha256-a3rCwEdOB+rnYXqsWDifyltpyKUgkOj0ikWB+WGQYKE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Wheel pulled from forge.ops.eblu.me (tailnet) for the same reason the
|
# Wheel pulled from forge.ops.eblu.me (tailnet) for the same reason the
|
||||||
|
|
@ -53,7 +53,7 @@ let
|
||||||
showerWheel = pkgs.fetchurl {
|
showerWheel = pkgs.fetchurl {
|
||||||
name = "adelaide_baby_shower_app-${version}-py3-none-any.whl";
|
name = "adelaide_baby_shower_app-${version}-py3-none-any.whl";
|
||||||
url = "https://forge.ops.eblu.me/api/packages/eblume/pypi/files/adelaide-baby-shower-app/${version}/adelaide_baby_shower_app-${version}-py3-none-any.whl";
|
url = "https://forge.ops.eblu.me/api/packages/eblume/pypi/files/adelaide-baby-shower-app/${version}/adelaide_baby_shower_app-${version}-py3-none-any.whl";
|
||||||
hash = "sha256-lF79G9SiCuxG9LcyDJkTeTeJL72qTJTDVE196At1Ods=";
|
hash = "sha256-a6j91gBigG4IzE2DVTBntnZ46Yrx9b5PgHn+Uro98Tk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
staticAssets = pkgs.runCommand "shower-static-assets-${version}" { } ''
|
staticAssets = pkgs.runCommand "shower-static-assets-${version}" { } ''
|
||||||
|
|
@ -148,7 +148,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-B5INpydOP3DmlgHfgpzKf+2mv0y9Wr2YNK7/5kh0hOc=";
|
outputHash = "sha256-1xx2qWAIwherklHIPXo6IOKkKHML1KUrUx6pbkMxffc=";
|
||||||
|
|
||||||
dontFixup = true;
|
dontFixup = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
1
docs/changelog.d/+shower-1.1.3.infra.md
Normal file
1
docs/changelog.d/+shower-1.1.3.infra.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Bumped shower app to v1.1.3 (wheel/sdist + FOD hashes probed on ringtail).
|
||||||
Loading…
Add table
Add a link
Reference in a new issue