update nixpkgs

bitcoin: 0.21.1 -> 22.0
bitcoind: 0.21.1 -> 22.0
electrs: 0.8.10 -> 0.8.11
This commit is contained in:
Jonas Nick 2021-09-19 20:07:55 +00:00
parent 0c31130ac8
commit e94e071ad6
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
2 changed files with 8 additions and 8 deletions

View File

@ -17,11 +17,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1631545603, "lastModified": 1631993469,
"narHash": "sha256-aT2UoEOnlEBpMRZKBLu/OBsDNTZQS48scjcL936VSLI=", "narHash": "sha256-McX1mqzbXtfyf8w9cA5gJHD2mDjen+4ze6xpHHKXuRI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b3083bc6933eb7fa4ee7bd4802e9f72b56f3e654", "rev": "6120ac5cd201f6cb593d1b80e861be0342495be9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -33,11 +33,11 @@
}, },
"nixpkgsUnstable": { "nixpkgsUnstable": {
"locked": { "locked": {
"lastModified": 1631614142, "lastModified": 1632025165,
"narHash": "sha256-4B/qkXHPWe/1NL4enq6Qp8eNvTGtvoes1ZpnGbmlRwM=", "narHash": "sha256-vFHkvmdwbJAFg2d60CQ4fbqpEAUFXR0SO3HRWI4+bXM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "071317d543205ee5f5611d391a37582f9b282240", "rev": "a54d2e72e282f2bc68c49f82c735cf664244ec75",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -2,11 +2,11 @@
pkgs: pkgsUnstable: pkgs: pkgsUnstable:
{ {
inherit (pkgs) inherit (pkgs)
bitcoin
bitcoind
lndconnect; lndconnect;
inherit (pkgsUnstable) inherit (pkgsUnstable)
bitcoin
bitcoind
btcpayserver btcpayserver
charge-lnd charge-lnd
clightning clightning