mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
dotnet-outdated: 4.6.2 -> 4.6.4
This commit is contained in:
parent
0852bd6a95
commit
a136b45577
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user