dotnet-outdated: 4.6.0 -> 4.6.1

This commit is contained in:
R. Ryantm 2024-04-12 17:27:08 +00:00
parent feeff83e61
commit 1fb05243af
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@ let
in buildDotnetModule rec {
pname = "dotnet-outdated";
version = "4.6.0";
version = "4.6.1";
src = fetchFromGitHub {
owner = "dotnet-outdated";
repo = pname;
rev = "v${version}";
hash = "sha256-U5qCM+Um8bRafrDpbI5TnSN1nQ8mQpZ5W8Jao2hdAPw=";
hash = "sha256-cYEW++XKCBhB4fyGj4bDKOBuQ1CJwm9CfZfiZUiy7Sw=";
};
inherit dotnet-sdk;