Unverified Commit b4571cc4 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

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

parents 3265f5ce fe49c916
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;