update nixpkgs-{stable,unstable}

Includes
- clightning 0.10.1
- lightning-loop 0.14.2
This commit is contained in:
Jonas Nick
2021-08-14 17:57:49 +00:00
parent 08c8f70ebe
commit 8a49b41bb4
5 changed files with 11 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pyln-proto";
version = "0.9.3"; # defined in ${src}/contrib/pyln-proto/setup.py
version = "0.10.1"; # defined in ${src}/contrib/pyln-proto/setup.py
inherit (clightning) src;