update nixpkgs

btcpayserver: 1.6.10 -> 1.6.12
clightning: 0.12.0 -> 0.12.1
fulcrum: 1.8.1 -> 1.8.2
nbxplorer: 2.3.33 -> 2.3.41
This commit is contained in:
Erik Arvstedt 2022-10-22 23:53:00 +02:00
parent 61c539d5b6
commit 3549725b51
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
2 changed files with 9 additions and 9 deletions

View File

@ -17,11 +17,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1663760840, "lastModified": 1666528161,
"narHash": "sha256-ym5Iycs5H4cOaLfE2/vC0tsLp8XuBJQIHGV8/uXSy8M=", "narHash": "sha256-PFOQSC0x4xPD1p/GZIbpKuoEBu6M8HnEOeNRiBUCELA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9bdbbaa634aa666eb6a27096bdcb991c59181244", "rev": "471d92178b978fcbad8db27c2e8a4e737d4e0e27",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -33,11 +33,11 @@
}, },
"nixpkgsUnstable": { "nixpkgsUnstable": {
"locked": { "locked": {
"lastModified": 1663757063, "lastModified": 1666570118,
"narHash": "sha256-H+BPgoXuVcdi3g5BH4cact4osjfjntaTQTdA/HNiCYE=", "narHash": "sha256-MTXmIYowHM1wyIYyqPdBLia5SjGnxETv0YkIbDsbkx4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a0e390471362e27349abc1090197e09fe8c59d16", "rev": "1e684b371cf05300bc2b432f958f285855bac8fb",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -6,8 +6,7 @@ pkgs: pkgsUnstable:
bitcoind bitcoind
extra-container extra-container
lightning-pool lightning-pool
lndconnect lndconnect;
nbxplorer;
inherit (pkgsUnstable) inherit (pkgsUnstable)
btcpayserver btcpayserver
@ -17,7 +16,8 @@ pkgs: pkgsUnstable:
elementsd elementsd
fulcrum fulcrum
hwi hwi
lightning-loop; lightning-loop
nbxplorer;
inherit pkgs pkgsUnstable; inherit pkgs pkgsUnstable;
} }