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

bazel-gazelle: 0.26.0 -> 0.27.0
This commit is contained in:
Mario Rodas 2022-09-17 09:20:56 -05:00 committed by GitHub
commit 89da717b15
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.26.0";
version = "0.27.0";
src = fetchFromGitHub {
owner = "bazelbuild";
repo = pname;
rev = "v${version}";
sha256 = "sha256-f+4XeH282VbasY6ShSNLsesn1OR8wb6kePU808UQWpw=";
sha256 = "sha256-V3XNh2Npxt941wvLICMGmEBsji/TNoDkWBC27EjLsKY=";
};
vendorSha256 = null;