update nixpkgs

btcpayserver: 1.13.1 -> 1.13.5
clightning: 24.05 -> 24.08
lnd: 0.18.2-beta -> 0.18.3-beta
nbxplorer: 2.5.2 -> 2.5.6
This commit is contained in:
Jonas Nick 2024-09-14 18:55:46 +00:00
parent 901f1250fd
commit 2baff274c4
No known key found for this signature in database
GPG key ID: 4861DBF262123605
7 changed files with 208 additions and 27 deletions

View file

@ -29,10 +29,4 @@ buildPythonPackage rec {
checkInputs = [ pytestCheckHook ];
postUnpack = "sourceRoot=$sourceRoot/contrib/pyln-proto";
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail 'coincurve = "^18"' 'coincurve = "^19"' \
--replace-fail 'cryptography = "^41"' 'cryptography = "^42"' \
'';
}