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

dotnet-outdated: 4.6.1 -> 4.6.2
This commit is contained in:
Aleksana
2024-05-16 16:04:57 +08:00
committed by GitHub
+2 -2
View File
@@ -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;