homebox: 0.24.0 -> 0.25.0

changelog: https://github.com/sysadminsmedia/homebox/releases/tag/v0.25.0
This commit is contained in:
Chris Moultrie
2026-04-15 18:07:05 -04:00
parent 1332e5e721
commit 6473f1a4b2
+4 -4
View File
@@ -13,18 +13,18 @@
}:
let
pname = "homebox";
version = "0.24.0";
version = "0.25.0";
src = fetchFromGitHub {
owner = "sysadminsmedia";
repo = "homebox";
tag = "v${version}";
hash = "sha256-/h+m2M+sljogw/fYbcgOrakeLErTrA87MCGHgZPIV5Y=";
hash = "sha256-mAC7n8AjsSHzO+l0ILJhf4LPAuVZ5KIYO6mXftZpVbE=";
};
in
buildGoModule {
inherit pname version src;
vendorHash = "sha256-dFjscefpqBNTQOOZ+itVnUtYX2w/MrU8+FjDpy0AuEM=";
vendorHash = "sha256-FuZEGUduKZyTuW63z3rk8g1KE8wyx55xoNSvqbvF0PA=";
modRoot = "backend";
# the goModules derivation inherits our buildInputs and buildPhases
# Since we do pnpm thing in those it fails if we don't explicitly remove them
@@ -42,7 +42,7 @@ buildGoModule {
src = "${src}/frontend";
pnpm = pnpm_10;
fetcherVersion = 3;
hash = "sha256-u1MvHGUVX3cUs3+ZUVgv8LeL8B/R/USi539NMCOZ06E=";
hash = "sha256-LrK0ijH8ahmDU4t9ckmIf1TJmybLLDRRHA67djUwRBk=";
};
pnpmRoot = "../frontend";