emergency fix: lnd: 0.13.1-beta -> 0.13.3-beta

Fixes CVE-2021-41593.
Temporarily switch to nixpkgs/master.
This commit is contained in:
Erik Arvstedt
2021-10-06 15:34:24 +02:00
parent 265fc1911d
commit b9301ce0d9
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.05";
nixpkgsUnstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgsUnstable.url = "github:NixOS/nixpkgs/master";
flake-utils.url = "github:numtide/flake-utils";
};