fix(hub): evaluate local vendored package versions directly

Fix the version metadata generation in sovran-hub.nix for Alby Hub, RTL, and Mempool. Previously, the build would incorrectly fall back to older upstream nixpkgs versions because the package names exist upstream, despite the OS deploying custom vendored forks locally. This replaces the fragile checks with direct evaluations of the local packages.

Also updates the development fallback versions.json to reflect the current vendored Alby Hub version (1.24.0).
This commit is contained in:
Arena Agent
2026-08-27 09:05:20 -05:00
committed by naturallaw777
parent 01037cd55c
commit 60b55f715e
2 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"lnd.service": "0.18.0",
"rtl.service": "0.15.10",
"btcpayserver.service": "2.4.2",
"albyhub.service": "1.8.0",
"albyhub.service": "1.24.0",
"mempool.service": "3.2.1",
"matrix-synapse.service": "1.115.0",
"livekit.service": "1.5.2",