clightning-plugins: bump to latest git
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
parent
f8ce24647e
commit
570e271695
@ -6,8 +6,8 @@ let
|
|||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "lightningd";
|
owner = "lightningd";
|
||||||
repo = "plugins";
|
repo = "plugins";
|
||||||
rev = "1f6f701bf1e60882b8fa61cb735e7033c8c29e3c";
|
rev = "b88c9278102ea9bffddce8143d31e939b31e835c";
|
||||||
sha256 = "088h0yxs0fbrr7r6mi4xmznf0a294i45fbc792xrmwchlay0k7jj";
|
sha256 = "sha256-qf4MYqP2Bwlqqn2y2LCIYuFq71r2m6IFT/w4noW6ePU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
version = builtins.substring 0 7 src.rev;
|
version = builtins.substring 0 7 src.rev;
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
, coincurve
|
, coincurve
|
||||||
, base58
|
, base58
|
||||||
, mypy
|
, mypy
|
||||||
|
, pycparser
|
||||||
, setuptools-scm
|
, setuptools-scm
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -17,6 +18,7 @@ buildPythonPackage rec {
|
|||||||
bitstring
|
bitstring
|
||||||
cryptography
|
cryptography
|
||||||
coincurve
|
coincurve
|
||||||
|
pycparser
|
||||||
base58
|
base58
|
||||||
mypy
|
mypy
|
||||||
setuptools-scm
|
setuptools-scm
|
||||||
|
Loading…
Reference in New Issue
Block a user