nbxplorer: 2.3.60 -> 2.3.62

This commit is contained in:
Erik Arvstedt 2023-02-17 13:40:24 +01:00
parent da01ba56a1
commit f34f324382
No known key found for this signature in database
GPG Key ID: 33312B944DD97846

View File

@ -6,13 +6,13 @@
buildDotnetModule rec {
pname = "nbxplorer";
version = "2.3.60";
version = "2.3.62";
src = fetchFromGitHub {
owner = "dgarage";
repo = "NBXplorer";
rev = "v${version}";
sha256 = "sha256-YUZvTs77dGhG7dpxbQyGhrOMMx+8LotdMJflPflMDAE=";
sha256 = "sha256-FpAMkVgvl0SxJ59FjL4H3Fvqb1LKsET2I+A01TQlvFA=";
};
projectFile = "NBXplorer/NBXplorer.csproj";