clightning-plugins: update rev and dependencies

This commit is contained in:
nixbitcoin
2021-04-07 10:51:14 +00:00
committed by Erik Arvstedt
parent c5f67629e6
commit daeedda825
7 changed files with 20 additions and 18 deletions

View File

@@ -1,5 +1,4 @@
nbPkgs:
self:
nbPkgs: self: super:
let
inherit (self) callPackage;
@@ -14,6 +13,7 @@ in {
urldecode = callPackage ./urldecode {};
chromalog = callPackage ./chromalog {};
txzmq = callPackage ./txzmq {};
recommonmark = callPackage ./recommonmark { inherit (super) recommonmark; };
# cryptography 3.3.2, required by joinmarketdaemon
cryptography = callPackage ./cryptography {};