Merge pull request #273916 from r-ryantm/auto-update/bazel-gazelle

bazel-gazelle: 0.33.0 -> 0.35.0
This commit is contained in:
Weijia Wang 2024-01-03 16:27:32 +01:00 committed by GitHub
commit e6a7f3ef26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "bazel-gazelle";
version = "0.33.0";
version = "0.35.0";
src = fetchFromGitHub {
owner = "bazelbuild";
repo = pname;
rev = "v${version}";
hash = "sha256-WmDtMOEs7cOb/juWTHjkc8/92f2OL0vurMMM15IE3YI=";
hash = "sha256-9oWsVazmLPPptWW03H6nLTiqNBNgkzsWtYNIm5V8FdA=";
};
vendorHash = null;