msbuild-structured-log-viewer: 2.2.508 -> 2.3.13

This commit is contained in:
R. Ryantm
2025-06-25 11:17:54 +00:00
parent e23bbe3b8f
commit 74d67de127
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -191,8 +191,8 @@
},
{
"pname": "Nerdbank.GitVersioning",
"version": "3.6.141",
"hash": "sha256-i1pBJ12vlPmde6qSQK4PG2QLSpjaUCoY+odTi24R5XI="
"version": "3.7.115",
"hash": "sha256-sqn+i7vvBgBUtm7j82mH+SpApgI2hsmL5DYfLm1Z7gw="
},
{
"pname": "NETStandard.Library",
@@ -14,13 +14,13 @@
}:
buildDotnetModule (finalAttrs: {
pname = "msbuild-structured-log-viewer";
version = "2.2.508";
version = "2.3.13";
src = fetchFromGitHub {
owner = "KirillOsenkov";
repo = "MSBuildStructuredLog";
rev = "v${finalAttrs.version}";
hash = "sha256-brQJd06IXrpoqCSZKZnhRnY7qZo955AFiXEy1S/dMjs=";
hash = "sha256-ABQaCnHWSN8NZEcoyxNFHIItRP/Zxa+tStHlQHyvX2w=";
};
dotnet-sdk = dotnetCorePackages.sdk_8_0;