update nixpkgs
btcpayserver: 1.6.12 -> 1.7.1 bitcoind: 24.0 -> 24.0.1 clightning: 0.12.1 -> 22.11.1 lnd: 0.15.4-beta -> 0.15.5-beta nbxplorer: 2.3.41 -> 2.3.49
This commit is contained in:
@@ -16,13 +16,5 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [ pytestCheckHook ];
|
||||
|
||||
# TODO-EXTERNAL:
|
||||
# This patch is a variant (fixed relative path) of
|
||||
# https://github.com/ElementsProject/lightning/pull/5574. This is already
|
||||
# fixed upstream. Remove this after the next clightning release.
|
||||
patches = [
|
||||
./msat-null.patch
|
||||
];
|
||||
|
||||
postUnpack = "sourceRoot=$sourceRoot/contrib/${pname}";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user