update nixpkgs

bitcoind-knots: 29.3.knots20260210 -> 29.3.knots20260508
fulcrum: 1.12.0.1 -> 2.1.1
lightning-loop: 0.33.0-beta -> 0.33.2-beta
lnd: 0.20.1-beta -> 0.21.1-beta
This commit is contained in:
Jonas Nick
2026-07-21 07:18:07 +00:00
parent 1496f84247
commit 5f286763b0
3 changed files with 14 additions and 7 deletions
+7
View File
@@ -31,6 +31,13 @@ rustPlatform.buildRustPackage rec {
protobuf
];
# `core::lsps2::htlc::tests::polls_until_channel_ready` (in the `cln-lsps`
# workspace member) is timing-dependent: it spawns a polling task, sleeps a
# real 10 ms, then asserts the loop ran more than once. Under the parallel
# test load in CI the spawned task gets starved and the assertion fails.
# Skip this single upstream test; the remaining workspace tests still run.
checkFlags = [ "--skip=polls_until_channel_ready" ];
meta = with lib; {
description = "REST plugin for clightning";
homepage = "https://github.com/ElementsProject/lightning/tree/master/plugins/rest-plugin";
+1 -1
View File
@@ -7,7 +7,6 @@ pkgs: pkgsUnstable: pkgs-25_05:
charge-lnd
electrs
extra-container
fulcrum
lightning-pool
lndconnect;
@@ -17,6 +16,7 @@ pkgs: pkgsUnstable: pkgs-25_05:
clboss
clightning
elementsd
fulcrum
lightning-loop
lnd;