nbxplorer: update source to resolve redirection
This commit is contained in:
@@ -10,7 +10,7 @@ buildDotnetModule rec {
|
||||
version = "2.6.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dgarage";
|
||||
owner = "btcpayserver";
|
||||
repo = "NBXplorer";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-X1+UdsKVOC3QpES22p0MG1Rz1oresilBM+b/4I1nCyI=";
|
||||
@@ -29,6 +29,7 @@ buildDotnetModule rec {
|
||||
|
||||
meta = {
|
||||
description = "Minimalist UTXO tracker for HD Cryptocurrency Wallets";
|
||||
homepage = "https://github.com/btcpayserver/NBXplorer";
|
||||
maintainers = with lib.maintainers; [
|
||||
kcalvinalvin
|
||||
erikarvstedt
|
||||
|
||||
Reference in New Issue
Block a user