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

bazel-gazelle: 0.27.0 -> 0.28.0
This commit is contained in:
Mario Rodas 2022-10-28 00:22:01 -05:00 committed by GitHub
commit a94c8e00ab
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.27.0";
version = "0.28.0";
src = fetchFromGitHub {
owner = "bazelbuild";
repo = pname;
rev = "v${version}";
sha256 = "sha256-V3XNh2Npxt941wvLICMGmEBsji/TNoDkWBC27EjLsKY=";
sha256 = "sha256-axpRS8SZwChmLYSaarxZkwvrRk72XRHW7v4d11EtJ3k=";
};
vendorSha256 = null;