lnd: fix non-static patch URL
This commit is contained in:
parent
d04549c0dc
commit
376b344b90
@ -5,7 +5,7 @@ lnd.overrideAttrs (_: {
|
|||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
# https://github.com/lightningnetwork/lnd/pull/7672
|
# https://github.com/lightningnetwork/lnd/pull/7672
|
||||||
name = "fix-PKCS8-cert-key-support";
|
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=";
|
hash = "sha256-j9EirxyNi48DGzLuHcZ36LrFlbJLXrE8L+1TYh5Yznk=";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user