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 12:26:35 +02:00
parent 265fc1911d
commit b9301ce0d9
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 8 additions and 8 deletions

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";
};