msbuild-structured-log-viewer: 2.3.100 -> 2.3.118

This commit is contained in:
R. Ryantm
2025-12-09 06:04:25 +00:00
parent 864b51ebb4
commit fe49c91696
@@ -14,13 +14,13 @@
}:
buildDotnetModule (finalAttrs: {
pname = "msbuild-structured-log-viewer";
version = "2.3.100";
version = "2.3.118";
src = fetchFromGitHub {
owner = "KirillOsenkov";
repo = "MSBuildStructuredLog";
rev = "v${finalAttrs.version}";
hash = "sha256-AKYCH9syf97E/VS2ayTMXUhna/TWwlFwZvmyyCp3rMI=";
hash = "sha256-sKthcpIb1UxfHOLgd3b5Iq6nN0kzWwRRLXF6y8W4Bes=";
};
dotnet-sdk = dotnetCorePackages.sdk_8_0;