msbuild-structured-log-viewer: 2.3.100 -> 2.3.118 (#469194)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-20 23:41:20 +00:00
committed by GitHub
@@ -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;