bitcoin: replace nixpkgs package with bitcoin{,d} 24.1

Bitcoin Core 25.0 may sometimes hang when shutting down.
This commit is contained in:
Jonas Nick 2023-06-01 08:58:16 +00:00
parent 75e54bbb90
commit 3650d4befe
No known key found for this signature in database
GPG key ID: 4861DBF262123605
3 changed files with 122 additions and 2 deletions

View file

@ -2,8 +2,6 @@
pkgs: pkgsUnstable:
{
inherit (pkgs)
bitcoin
bitcoind
extra-container
lightning-pool
lndconnect;