Merge pull request #253787 from aaronjheng/bazel-gazelle

bazel-gazelle: 0.32.0 -> 0.33.0
This commit is contained in:
Mario Rodas
2023-09-08 03:31:35 -05:00
committed by GitHub
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "bazel-gazelle";
version = "0.32.0";
version = "0.33.0";
src = fetchFromGitHub {
owner = "bazelbuild";
repo = pname;
rev = "v${version}";
sha256 = "sha256-LJWL3PWKd6b+tNGFX5H2Hd7HNEtYh1pVtZhwDJNzhV0=";
hash = "sha256-WmDtMOEs7cOb/juWTHjkc8/92f2OL0vurMMM15IE3YI=";
};
vendorHash = null;