bazel-gazelle: 0.31.1 -> 0.32.0

This commit is contained in:
R. Ryantm 2023-07-15 09:15:59 +00:00
parent 27f58aceb0
commit 07b4156af4

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "bazel-gazelle";
version = "0.31.1";
version = "0.32.0";
src = fetchFromGitHub {
owner = "bazelbuild";
repo = pname;
rev = "v${version}";
sha256 = "sha256-avc92qQS2d8MiQVRUYEiMOlsfgQFJ6HZG01rmZeC9Fo=";
sha256 = "sha256-LJWL3PWKd6b+tNGFX5H2Hd7HNEtYh1pVtZhwDJNzhV0=";
};
vendorHash = null;