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:
Erik Arvstedt 2021-08-16 10:42:09 +02:00
parent 87df809a88
commit dde04f8cbe
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
2 changed files with 12 additions and 9 deletions

View File

@ -33,11 +33,11 @@
},
"nixpkgsUnstable": {
"locked": {
"lastModified": 1628779307,
"narHash": "sha256-ErivbgE5SGvNdFpq+Q50lw1JGGmvxBR/d71aW41S+1A=",
"lastModified": 1628934079,
"narHash": "sha256-CEYsKXNYprs/TvmB7ppkYMALXnfhEw6lg5VaEXgpoec=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "4138cbd913fad85073e59007710e3f083d0eb7c6",
"rev": "fd9984fd9a950686e7271ecf01893987a42cdf14",
"type": "github"
},
"original": {

View File

@ -1,19 +1,22 @@
# This file is generated by ../helper/update-flake.nix
pkgs: pkgsUnstable:
{
inherit (pkgsUnstable)
inherit (pkgs)
bitcoin
bitcoind
lndconnect;
inherit (pkgsUnstable)
btcpayserver
charge-lnd
clightning
lnd
lndconnect
nbxplorer
btcpayserver
electrs
elementsd
hwi
lightning-loop
lightning-pool;
lightning-pool
lnd
nbxplorer;
inherit pkgs pkgsUnstable;
}