From 1d69c9c824a1c7e3dfda9e98b431023b70e2f3e3 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Sun, 7 May 2023 22:23:38 +0200 Subject: [PATCH] lnd: fix non-static patch URL --- pkgs/lnd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/lnd/default.nix b/pkgs/lnd/default.nix index 2e91ddc..70741df 100644 --- a/pkgs/lnd/default.nix +++ b/pkgs/lnd/default.nix @@ -5,7 +5,7 @@ lnd.overrideAttrs (_: { (fetchpatch { # https://github.com/lightningnetwork/lnd/pull/7672 name = "fix-PKCS8-cert-key-support"; - url = "https://github.com/lightningnetwork/lnd/pull/7672.patch"; + url = "https://github.com/lightningnetwork/lnd/commit/bfdd5db0d97a6d65489d980a917bbd2243dfe15c.patch"; hash = "sha256-j9EirxyNi48DGzLuHcZ36LrFlbJLXrE8L+1TYh5Yznk="; }) ];