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

bazel-gazelle: 0.25.0 -> 0.26.0
This commit is contained in:
Mario Rodas 2022-07-09 22:32:15 -05:00 committed by GitHub
commit a7c64063c0
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.25.0";
version = "0.26.0";
src = fetchFromGitHub {
owner = "bazelbuild";
repo = pname;
rev = "v${version}";
sha256 = "sha256-wMhFhJruXHuAq81A4efxvR9eJ5YTp7QTnr1gj8RrIX8=";
sha256 = "sha256-f+4XeH282VbasY6ShSNLsesn1OR8wb6kePU808UQWpw=";
};
vendorSha256 = null;