Merge pull request #303744 from r-ryantm/auto-update/api-linter

api-linter: 1.64.0 -> 1.65.0
This commit is contained in:
Nick Cao 2024-04-13 10:49:55 -04:00 committed by GitHub
commit a585bdf1ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "api-linter";
version = "1.64.0";
version = "1.65.0";
src = fetchFromGitHub {
owner = "googleapis";
repo = "api-linter";
rev = "v${version}";
hash = "sha256-fkO7wcWivQ1do+KYQJe3OX+WN/jS3cd4pYsZUHojfiU=";
hash = "sha256-j5xvFg7C74sVjISZMWgURVHnJM6HBZtr90b0UXbGbdg=";
};
vendorHash = "sha256-RWB2sq3uNRrxGdBzKI03diaa5fF6LvglUV8L4Nz4fyk=";
vendorHash = "sha256-Bz7+4iVR2X36vt6wx3nIgWmVL+i9ncwdzYP9tBEpplk=";
subPackages = [ "cmd/api-linter" ];