arcdps-log-manager: 1.16 -> 1.16.1

This commit is contained in:
R. Ryantm
2026-07-27 22:04:30 +00:00
parent a4cc6198f2
commit ced01af52d
@@ -13,13 +13,13 @@
}:
buildDotnetModule (finalAttrs: {
pname = "arcdps-log-manager";
version = "1.16";
version = "1.16.1";
src = fetchFromGitHub {
owner = "gw2scratch";
repo = "evtc";
tag = "manager-v${finalAttrs.version}";
hash = "sha256-AiIWYb3hwkE20NdmAHlSt55QJ/d3NnQt3ZeX1COUG7k=";
hash = "sha256-mBckZvGJZozZrLPtQCBqHpEj0ukPxY1QmffntbgnEP8=";
};
nugetDeps = ./deps.json;