bazel-gazelle: 0.37.0 -> 0.38.0

This commit is contained in:
R. Ryantm 2024-08-02 02:34:34 +00:00
parent 3262d00136
commit ed6ac324e6

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "bazel-gazelle";
version = "0.37.0";
version = "0.38.0";
src = fetchFromGitHub {
owner = "bazelbuild";
repo = pname;
rev = "v${version}";
hash = "sha256-YtgqhwPpkw+lPgsBDCDxkcNsSu1/ZoIhXMuQeZgLXNU=";
hash = "sha256-0FOKLBu1eZMK1nXOmXN4achrZgNUqzzcuC6sH0RLtbc=";
};
vendorHash = null;