dotnet-outdated: 4.6.2 -> 4.6.4

This commit is contained in:
R. Ryantm 2024-05-20 16:46:01 +00:00
parent 0852bd6a95
commit a136b45577

View File

@ -8,13 +8,13 @@ let
in buildDotnetModule rec {
pname = "dotnet-outdated";
version = "4.6.2";
version = "4.6.4";
src = fetchFromGitHub {
owner = "dotnet-outdated";
repo = pname;
rev = "v${version}";
hash = "sha256-wXPcFYnbQbnF1xg3PA9iQsd0BrMD2P+OzZYLd4XwhbQ=";
hash = "sha256-Ah5VOCIkSRkeDWk/KYHIc/OELo0T/HuJl0LEUiumlu0=";
};
inherit dotnet-sdk;