api-linter: 1.72.0 -> 2.0.0
This commit is contained in:
@@ -6,16 +6,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "api-linter";
|
pname = "api-linter";
|
||||||
version = "1.72.0";
|
version = "2.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "googleapis";
|
owner = "googleapis";
|
||||||
repo = "api-linter";
|
repo = "api-linter";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-RI2JBeDeB37AhCMYpZzUKl10hcLNL5uOkMwRSBCtJG0=";
|
hash = "sha256-psyv/J1/7H8s34qqZD4s7Ls1mn2lht5VbNxZrXPC0iw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-lILGYebnm3OkqsrXdElV1vDzyhVAk4iJGZrffKX9RTA=";
|
vendorHash = "sha256-IpL9RIhO9ivXKHczca4m6R6jmcNEn5KXqNxWmtU30qE=";
|
||||||
|
|
||||||
subPackages = [ "cmd/api-linter" ];
|
subPackages = [ "cmd/api-linter" ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user