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-20 22:08:40 +02:00
parent ac1344fb6d
commit 042f4af4fa
No known key found for this signature in database
GPG key ID: 33312B944DD97846
4 changed files with 18 additions and 18 deletions

View file

@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
inherit (clightning) src;
cargoHash = "sha256-nR4jSpjnB0k/v+E78Jy5AhOLwqJgvAfDKFca3DqaSwQ=";
cargoHash = "sha256-HxFfiFlILv8OOHn6Yt5cC41Gw0eya4uCAwXdK83X1bQ=";
depsExtraArgs = {
nativeBuildInputs = [ unzip ];

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;