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:
@@ -4,23 +4,22 @@
|
|||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
dotnetCorePackages,
|
dotnetCorePackages,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildDotnetModule rec {
|
buildDotnetModule rec {
|
||||||
pname = "nbxplorer";
|
pname = "nbxplorer";
|
||||||
version = "2.5.26";
|
version = "2.6.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dgarage";
|
owner = "dgarage";
|
||||||
repo = "NBXplorer";
|
repo = "NBXplorer";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-gXLzUgFZxrDNbDjpPmVDIj2xi6I+IfkNwXBYvelRYPU=";
|
hash = "sha256-fA8Gv0Qc/+a8trLchXsawNk/4AdWjJCnzrwd8+rrJbw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
projectFile = "NBXplorer/NBXplorer.csproj";
|
projectFile = "NBXplorer/NBXplorer.csproj";
|
||||||
nugetDeps = ./deps.json;
|
nugetDeps = ./deps.json;
|
||||||
|
|
||||||
dotnet-sdk = dotnetCorePackages.sdk_8_0;
|
dotnet-sdk = dotnetCorePackages.sdk_10_0;
|
||||||
dotnet-runtime = dotnetCorePackages.aspnetcore_8_0;
|
dotnet-runtime = dotnetCorePackages.aspnetcore_10_0;
|
||||||
|
|
||||||
# macOS has a case-insensitive filesystem, so these two can be the same file
|
# macOS has a case-insensitive filesystem, so these two can be the same file
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
|
|||||||
+22
-1072
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user