nbxplorer: 2.3.62 -> 2.3.63

This commit is contained in:
R. Ryantm
2023-05-21 09:26:12 +00:00
parent 2dee1073d9
commit 6f1b155206
@@ -6,13 +6,13 @@
buildDotnetModule rec {
pname = "nbxplorer";
version = "2.3.62";
version = "2.3.63";
src = fetchFromGitHub {
owner = "dgarage";
repo = "NBXplorer";
rev = "v${version}";
sha256 = "sha256-FpAMkVgvl0SxJ59FjL4H3Fvqb1LKsET2I+A01TQlvFA=";
sha256 = "sha256-K3dlXwzKNzwJstp1DW5T5s5Gs0ebPNWXtzqr3rw5294=";
};
projectFile = "NBXplorer/NBXplorer.csproj";