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

bazel-gazelle: 0.35.0 -> 0.36.0
This commit is contained in:
Mario Rodas 2024-04-06 21:40:10 -05:00 committed by GitHub
commit 825c22af72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "bazel-gazelle";
version = "0.35.0";
version = "0.36.0";
src = fetchFromGitHub {
owner = "bazelbuild";
repo = pname;
rev = "v${version}";
hash = "sha256-9oWsVazmLPPptWW03H6nLTiqNBNgkzsWtYNIm5V8FdA=";
hash = "sha256-jT+h3ehaqA6LLg2Q5JdWeHPwUomRDIapNALwa7nFDJ4=";
};
vendorHash = null;