mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
dotnet-outdated: 4.6.0 -> 4.6.1
This commit is contained in:
parent
feeff83e61
commit
1fb05243af
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user