Merge fort-nix/nix-bitcoin#376: update nixpkgs-{stable,unstable}
8a49b41bb4
update nixpkgs-{stable,unstable} (Jonas Nick) Pull request description: ACKs for top commit: erikarvstedt: ACK8a49b41bb4
Tree-SHA512: 8c6a3f7df6d4233b4a30f0dec6a4c59868e99e3fa79922dafcf12c8a969f5ed23b33186f30d62fae05dc20fa7b9cbbeb3e6a146e778db98707ab3ac14e0f13ed
This commit is contained in:
commit
e275b48011
@ -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 = {
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user