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
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
5 changed files with 11 additions and 9 deletions

View File

@ -17,7 +17,9 @@ let
monitor = {};
prometheus = {
extraPkgs = [ prometheus_client ];
patchRequirements = "--replace prometheus-client==0.6.0 prometheus-client==0.9.0";
patchRequirements =
"--replace prometheus-client==0.6.0 prometheus-client==0.9.0"
+ " --replace pyln-client~=0.9.3 pyln-client~=0.10.1";
};
rebalance = {};
summary = {

View File

@ -8,12 +8,12 @@ in
{
# To update, run ../helper/fetch-channel REV
nixpkgs = fetch {
# nixos-21.05 (2021-08-03)
rev = "d4590d21006387dcb190c516724cb1e41c0f8fdf";
sha256 = "17q39hlx1x87xf2rdygyimj8whdbx33nzszf4rxkc6b85wz0l38n";
# nixos-21.05 (2021-08-14)
rev = "a445f5829889959d65ad65e5c961d5c67e1cd677";
sha256 = "0zl930jjacdphplw1wv5nlhjk15zvflzzwp53zbh0l8qq01wh7bl";
};
nixpkgs-unstable = fetch {
rev = "16105403bdd843540cbef9c63fc0f16c1c6eaa70";
sha256 = "0sl6hsxlh14kcs38jcra908nvi5hd8p8hlim3lbra55lz0kd9rcl";
rev = "4138cbd913fad85073e59007710e3f083d0eb7c6";
sha256 = "0l7vaa6mnnmxfxzi9i5gd4c4j3cpfh7gjsjsfk6nnj1r05pazf0j";
};
}

View File

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

View File

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

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;