api-linter: 1.63.6 -> 1.64.0

This commit is contained in:
R. Ryantm 2024-03-05 00:49:25 +00:00
parent 0bb74f147b
commit 1394918ada

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "api-linter";
version = "1.63.6";
version = "1.64.0";
src = fetchFromGitHub {
owner = "googleapis";
repo = "api-linter";
rev = "v${version}";
hash = "sha256-v4giqOTfHVfrEZk/4zf19OFhXJ1n+kqe2Yeioi/VK5w=";
hash = "sha256-fkO7wcWivQ1do+KYQJe3OX+WN/jS3cd4pYsZUHojfiU=";
};
vendorHash = "sha256-1p7fcg6ZMHxwrk6+KwGhy3jdXX3FpgufbYIv1BIGNKk=";
vendorHash = "sha256-RWB2sq3uNRrxGdBzKI03diaa5fF6LvglUV8L4Nz4fyk=";
subPackages = [ "cmd/api-linter" ];