clightning-plugins: update rev and dependencies

This commit is contained in:
nixbitcoin
2021-04-09 16:10:33 +02:00
committed by Erik Arvstedt
parent c5f67629e6
commit daeedda825
7 changed files with 20 additions and 18 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ let
src = pkgs.fetchFromGitHub {
owner = "lightningd";
repo = "plugins";
rev = "6cd472636926f05a9c472139fabe1ff11c90aa6a";
sha256 = "1lisx85vzsfzjhdc6zdz0l6bcrdgg6rp5xbc5jmx93mv8qqg2cns";
rev = "6f2b8fb6374600f9e1e06e57884bde99d85383bf";
sha256 = "0hibkwdljpja9974zwbcpvpdhb4c96vda57qfj7cbinvfswj5bi0";
};
version = builtins.substring 0 7 src.rev;