update nixpkgs

btcpayserver: 2.1.1 -> 2.1.5
clightning: 25.02.2 -> 25.05
lightning-loop: 0.31.1-beta -> 0.31.2-beta
lnd: 0.19.0-beta -> 0.19.1-beta
This commit is contained in:
Erik Arvstedt
2025-06-29 15:10:42 +02:00
parent ac1344fb6d
commit 042f4af4fa
4 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
inherit (clightning) src;
cargoHash = "sha256-nR4jSpjnB0k/v+E78Jy5AhOLwqJgvAfDKFca3DqaSwQ=";
cargoHash = "sha256-HxFfiFlILv8OOHn6Yt5cC41Gw0eya4uCAwXdK83X1bQ=";
depsExtraArgs = {
nativeBuildInputs = [ unzip ];
+2 -2
View File
@@ -5,10 +5,8 @@ pkgs: pkgsUnstable:
bitcoin
bitcoind
bitcoind-knots
btcpayserver
charge-lnd
clboss
clightning
electrs
elementsd
extra-container
@@ -18,6 +16,8 @@ pkgs: pkgsUnstable:
lndconnect;
inherit (pkgsUnstable)
btcpayserver
clightning
lightning-loop
lnd;