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:
parent
4e5c5dfe9b
commit
38b774b883
3 changed files with 13 additions and 13 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -43,11 +43,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1705183652,
|
"lastModified": 1707347730,
|
||||||
"narHash": "sha256-rnfkyUH0x72oHfiSDhuCHDHg3gFgF+lF8zkkg5Zihsw=",
|
"narHash": "sha256-0etC/exQIaqC9vliKhc3eZE2Mm2wgLa0tj93ZF/egvM=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "428544ae95eec077c7f823b422afae5f174dee4b",
|
"rev": "6832d0d99649db3d65a0e15fa51471537b2c56a6",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -59,11 +59,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-unstable": {
|
"nixpkgs-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1705242415,
|
"lastModified": 1707451808,
|
||||||
"narHash": "sha256-a8DRYrNrzTudvO7XHUPNJD89Wbf1ZZT0VbwCsPnHWaE=",
|
"narHash": "sha256-UwDBUNHNRsYKFJzyTMVMTF5qS4xeJlWoeyJf+6vvamU=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "ea780f3de2d169f982564128804841500e85e373",
|
"rev": "442d407992384ed9c0e6d352de75b69079904e4e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -4,21 +4,21 @@ pkgs: pkgsUnstable:
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
bitcoin
|
bitcoin
|
||||||
bitcoind
|
bitcoind
|
||||||
btcpayserver
|
|
||||||
charge-lnd
|
charge-lnd
|
||||||
electrs
|
electrs
|
||||||
extra-container
|
extra-container
|
||||||
hwi
|
|
||||||
lightning-loop
|
lightning-loop
|
||||||
lightning-pool
|
lightning-pool
|
||||||
lnd
|
lndconnect;
|
||||||
lndconnect
|
|
||||||
nbxplorer;
|
|
||||||
|
|
||||||
inherit (pkgsUnstable)
|
inherit (pkgsUnstable)
|
||||||
|
btcpayserver
|
||||||
clightning
|
clightning
|
||||||
elementsd
|
elementsd
|
||||||
fulcrum;
|
fulcrum
|
||||||
|
hwi
|
||||||
|
lnd
|
||||||
|
nbxplorer;
|
||||||
|
|
||||||
inherit pkgs pkgsUnstable;
|
inherit pkgs pkgsUnstable;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ buildPythonPackageWithDepsCheck rec {
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "'pyjwt==2.4.0'" "'pyjwt==2.8.0'"
|
--replace "'pyjwt==2.4.0'" "'pyjwt==2.8.0'"
|
||||||
substituteInPlace setup.py \
|
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
|
# The unit tests can't be run in a Nix build environment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue