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

api-linter: 1.65.2 -> 1.66.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-21 04:09:22 +00:00 committed by GitHub
commit 077da78d8e
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.65.2";
version = "1.66.0";
src = fetchFromGitHub {
owner = "googleapis";
repo = "api-linter";
rev = "v${version}";
hash = "sha256-UBGFY6MamoQyzPmjmz6TmeiF8DTXV/Lpl5HFbxMUPE8=";
hash = "sha256-PwsqED6jIiPapthdhl7XxGwp+H3gjGfn2DGl1mWuano=";
};
vendorHash = "sha256-VPCTyJI02KL6Gn+gdTy36uEbDI71ORrSZnXuWqP0KrM=";
vendorHash = "sha256-mJT5gqMCe1NuUBoSRqYTp64UK2vZ+GJwgnb0ILQPkno=";
subPackages = [ "cmd/api-linter" ];