clightning-plugins: bump to latest git

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2022-01-22 13:16:15 -08:00
parent f8ce24647e
commit 570e271695
2 changed files with 4 additions and 2 deletions

View File

@ -6,8 +6,8 @@ let
src = pkgs.fetchFromGitHub {
owner = "lightningd";
repo = "plugins";
rev = "1f6f701bf1e60882b8fa61cb735e7033c8c29e3c";
sha256 = "088h0yxs0fbrr7r6mi4xmznf0a294i45fbc792xrmwchlay0k7jj";
rev = "b88c9278102ea9bffddce8143d31e939b31e835c";
sha256 = "sha256-qf4MYqP2Bwlqqn2y2LCIYuFq71r2m6IFT/w4noW6ePU=";
};
version = builtins.substring 0 7 src.rev;

View File

@ -4,6 +4,7 @@
, coincurve
, base58
, mypy
, pycparser
, setuptools-scm
}:
@ -17,6 +18,7 @@ buildPythonPackage rec {
bitstring
cryptography
coincurve
pycparser
base58
mypy
setuptools-scm