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

bazel-gazelle: 0.21.1 -> 0.24.0
This commit is contained in:
Mario Rodas 2021-11-03 06:52:11 -05:00 committed by GitHub
commit 0eda8ec0e6
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.21.1";
version = "0.24.0";
src = fetchFromGitHub {
owner = "bazelbuild";
repo = pname;
rev = "v${version}";
sha256 = "12ffrildgx4lah7bdnhr7i8z5jp05lll6gmmpzshmzz8dsgf39y4";
sha256 = "sha256-WWAOhV1H/OnARjhoWQYNmd9/y8pD3bRkhncmzt/36mA=";
};
vendorSha256 = null;