update nixpkgs

btcpayserver: 1.11.7 -> 1.12.5
hwi: 2.3.1 -> 2.4.0
lnd: 0.17.0-beta -> 0.17.3-beta
nbxplorer: 2.3.66 -> 2.5.0
This commit is contained in:
Jonas Nick 2024-02-12 19:18:30 +00:00
parent 4e5c5dfe9b
commit 38b774b883
No known key found for this signature in database
GPG key ID: 4861DBF262123605
3 changed files with 13 additions and 13 deletions

View file

@ -4,21 +4,21 @@ pkgs: pkgsUnstable:
inherit (pkgs)
bitcoin
bitcoind
btcpayserver
charge-lnd
electrs
extra-container
hwi
lightning-loop
lightning-pool
lnd
lndconnect
nbxplorer;
lndconnect;
inherit (pkgsUnstable)
btcpayserver
clightning
elementsd
fulcrum;
fulcrum
hwi
lnd
nbxplorer;
inherit pkgs pkgsUnstable;
}

View file

@ -48,7 +48,7 @@ buildPythonPackageWithDepsCheck rec {
substituteInPlace setup.py \
--replace "'pyjwt==2.4.0'" "'pyjwt==2.8.0'"
substituteInPlace setup.py \
--replace "'werkzeug==2.2.3'" "'werkzeug==2.3.7'"
--replace "'werkzeug==2.2.3'" "'werkzeug==2.3.8'"
'';
# The unit tests can't be run in a Nix build environment