Unverified Commit 78d2fbcd authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #311948 from r-ryantm/auto-update/dotnet-outdated

dotnet-outdated: 4.6.1 -> 4.6.2
parents 9c02350e db367b09
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@ let

in buildDotnetModule rec {
  pname = "dotnet-outdated";
  version = "4.6.1";
  version = "4.6.2";

  src = fetchFromGitHub {
    owner = "dotnet-outdated";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-cYEW++XKCBhB4fyGj4bDKOBuQ1CJwm9CfZfiZUiy7Sw=";
    hash = "sha256-wXPcFYnbQbnF1xg3PA9iQsd0BrMD2P+OzZYLd4XwhbQ=";
  };

  inherit dotnet-sdk;