update nbxplorer

nbxplorer: 2.5.26 -> 2.6.7

Fixes the nbxplorer test failure flagged in the previous commit
(incompatibility with bitcoin 31).
This commit is contained in:
Jonas Nick
2026-05-11 08:15:55 +00:00
parent f9a0e469d5
commit 955b7d0718
2 changed files with 26 additions and 1077 deletions
+4 -5
View File
@@ -4,23 +4,22 @@
fetchFromGitHub,
dotnetCorePackages,
}:
buildDotnetModule rec {
pname = "nbxplorer";
version = "2.5.26";
version = "2.6.7";
src = fetchFromGitHub {
owner = "dgarage";
repo = "NBXplorer";
tag = "v${version}";
hash = "sha256-gXLzUgFZxrDNbDjpPmVDIj2xi6I+IfkNwXBYvelRYPU=";
hash = "sha256-fA8Gv0Qc/+a8trLchXsawNk/4AdWjJCnzrwd8+rrJbw=";
};
projectFile = "NBXplorer/NBXplorer.csproj";
nugetDeps = ./deps.json;
dotnet-sdk = dotnetCorePackages.sdk_8_0;
dotnet-runtime = dotnetCorePackages.aspnetcore_8_0;
dotnet-sdk = dotnetCorePackages.sdk_10_0;
dotnet-runtime = dotnetCorePackages.aspnetcore_10_0;
# macOS has a case-insensitive filesystem, so these two can be the same file
postFixup = ''
+22 -1072
View File
File diff suppressed because it is too large Load Diff