Merge fort-nix/nix-bitcoin#609: lnd: fix non-static patch URL
1d69c9c824
lnd: fix non-static patch URL (Erik Arvstedt) Pull request description: ACKs for top commit: jonasnick: ACK1d69c9c824
Tree-SHA512: b9258b6df76200d5438a5cfc5f33122b9d7905fe1a67d80325009b770fe9afb5b2504953d8d5984b43e4680c593d8058199b3321b63a268e6460ccd3bce719e5
This commit is contained in:
commit
946b42808b
@ -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=";
|
||||
})
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user