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:
parent
901f1250fd
commit
2baff274c4
7 changed files with 208 additions and 27 deletions
|
|
@ -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"' \
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue