update nixpkgs (stable: 21.11 -> 22.05)

extra-container: 0.8 -> 0.10
btcpayserver: 1.5.3 -> 1.5.4
lightning-loop: 0.18.0-beta -> 0.19.1-beta
This commit is contained in:
Jonas Nick
2022-06-13 07:08:08 +00:00
parent 96144fde81
commit 805eb26d12
5 changed files with 32 additions and 32 deletions

View File

@@ -5,7 +5,7 @@
'';
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.05";
nixpkgsUnstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
};