nbxplorer: 2.3.63 -> 2.3.65

This commit is contained in:
Erik Arvstedt 2023-06-01 15:25:18 +02:00
parent 59a6454a3a
commit a33bd9d8e4
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.63";
version = "2.3.65";
src = fetchFromGitHub {
owner = "dgarage";
repo = "NBXplorer";
rev = "v${version}";
sha256 = "sha256-K3dlXwzKNzwJstp1DW5T5s5Gs0ebPNWXtzqr3rw5294=";
sha256 = "sha256-7m9gf+enOtE5VWuBNLFf11ofLGBRAYWvmkrekUVQQaQ=";
};
projectFile = "NBXplorer/NBXplorer.csproj";