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

bazel-gazelle: 0.31.0 -> 0.31.1
This commit is contained in:
Nick Cao 2023-06-26 12:54:51 +08:00 committed by GitHub
commit 4fa2a81c04
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.31.0";
version = "0.31.1";
src = fetchFromGitHub {
owner = "bazelbuild";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Y1otQcGtG7jIJE5G0DET8bFRVL6AEG0r98X5PufT7Lw=";
sha256 = "sha256-avc92qQS2d8MiQVRUYEiMOlsfgQFJ6HZG01rmZeC9Fo=";
};
vendorHash = null;