api-linter: 1.72.0 -> 2.0.0

This commit is contained in:
R. Ryantm
2025-10-28 04:12:22 +00:00
parent a15a99b677
commit 338fbbb6d6

View File

@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "api-linter";
version = "1.72.0";
version = "2.0.0";
src = fetchFromGitHub {
owner = "googleapis";
repo = "api-linter";
tag = "v${version}";
hash = "sha256-RI2JBeDeB37AhCMYpZzUKl10hcLNL5uOkMwRSBCtJG0=";
hash = "sha256-psyv/J1/7H8s34qqZD4s7Ls1mn2lht5VbNxZrXPC0iw=";
};
vendorHash = "sha256-lILGYebnm3OkqsrXdElV1vDzyhVAk4iJGZrffKX9RTA=";
vendorHash = "sha256-IpL9RIhO9ivXKHczca4m6R6jmcNEn5KXqNxWmtU30qE=";
subPackages = [ "cmd/api-linter" ];