update nixpkgs-unstable
Includes: btcpayserver: 1.1.2 -> 1.2.0 lightning-loop: 0.14.2-beta -> 0.15.0-beta nbxplorer: 2.1.52 -> 2.1.58
This commit is contained in:
parent
87df809a88
commit
dde04f8cbe
@ -33,11 +33,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgsUnstable": {
|
"nixpkgsUnstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1628779307,
|
"lastModified": 1628934079,
|
||||||
"narHash": "sha256-ErivbgE5SGvNdFpq+Q50lw1JGGmvxBR/d71aW41S+1A=",
|
"narHash": "sha256-CEYsKXNYprs/TvmB7ppkYMALXnfhEw6lg5VaEXgpoec=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "4138cbd913fad85073e59007710e3f083d0eb7c6",
|
"rev": "fd9984fd9a950686e7271ecf01893987a42cdf14",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -1,19 +1,22 @@
|
|||||||
|
# This file is generated by ../helper/update-flake.nix
|
||||||
pkgs: pkgsUnstable:
|
pkgs: pkgsUnstable:
|
||||||
{
|
{
|
||||||
inherit (pkgsUnstable)
|
inherit (pkgs)
|
||||||
bitcoin
|
bitcoin
|
||||||
bitcoind
|
bitcoind
|
||||||
|
lndconnect;
|
||||||
|
|
||||||
|
inherit (pkgsUnstable)
|
||||||
|
btcpayserver
|
||||||
charge-lnd
|
charge-lnd
|
||||||
clightning
|
clightning
|
||||||
lnd
|
|
||||||
lndconnect
|
|
||||||
nbxplorer
|
|
||||||
btcpayserver
|
|
||||||
electrs
|
electrs
|
||||||
elementsd
|
elementsd
|
||||||
hwi
|
hwi
|
||||||
lightning-loop
|
lightning-loop
|
||||||
lightning-pool;
|
lightning-pool
|
||||||
|
lnd
|
||||||
|
nbxplorer;
|
||||||
|
|
||||||
inherit pkgs pkgsUnstable;
|
inherit pkgs pkgsUnstable;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user