nbxplorer: update source to resolve redirection

This commit is contained in:
Clément
2026-06-01 01:32:49 +02:00
parent f015bef5e3
commit 35c045f7e0
+2 -1
View File
@@ -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