api-linter: 1.66.1 -> 1.66.2

This commit is contained in:
R. Ryantm 2024-06-28 00:23:45 +00:00
parent f60c6b6c78
commit 63cb5e6504

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "api-linter";
version = "1.66.1";
version = "1.66.2";
src = fetchFromGitHub {
owner = "googleapis";
repo = "api-linter";
rev = "v${version}";
hash = "sha256-gaXvkWexvpKOiUEk4OOHla8HmT0sAT94peljH9q9N7c=";
hash = "sha256-W4v+/XTtKE5MLRK8eaI1oz4ZB5K+QlY467WSz+RSaH0=";
};
vendorHash = "sha256-czLcy/9QbBuKu3lPISx3Pzf2ccvdp7gF0SWVbSZ6Nn8=";