nbxplorer: 2.5.30-1 -> 2.6.0

This commit is contained in:
Erik Arvstedt
2026-01-04 15:32:31 +01:00
parent 622338d94e
commit 2895fbe2b8
2 changed files with 44 additions and 1029 deletions
+40 -1025
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -7,20 +7,20 @@
buildDotnetModule rec {
pname = "nbxplorer";
version = "2.5.30-1";
version = "2.6.0";
src = fetchFromGitHub {
owner = "dgarage";
repo = "NBXplorer";
tag = "v${version}";
hash = "sha256-FVSoFvWwMpuMbH7xFE5aSkLPzROaufbPZL09OWabbus=";
hash = "sha256-X1+UdsKVOC3QpES22p0MG1Rz1oresilBM+b/4I1nCyI=";
};
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 = ''