arcdps-log-manager: 1.15 -> 1.15.1

This commit is contained in:
R. Ryantm
2026-05-09 19:48:57 +00:00
parent 32fb638cf4
commit a98dc39632
@@ -13,13 +13,13 @@
}:
buildDotnetModule (finalAttrs: {
pname = "arcdps-log-manager";
version = "1.15";
version = "1.15.1";
src = fetchFromGitHub {
owner = "gw2scratch";
repo = "evtc";
tag = "manager-v${finalAttrs.version}";
hash = "sha256-z7SuE+MPhN4/XW3CtYabbAd2ZjL2M/ii+VCdyUUukoA=";
hash = "sha256-JevVLlWcPu0/inLjzsxyNCcwOTp1jwNMp/rZH9h1wO0=";
};
nugetDeps = ./deps.json;