bazel-gazelle: 0.36.0 -> 0.37.0

This commit is contained in:
R. Ryantm 2024-05-25 00:45:30 +00:00
parent f2493622c4
commit 239c6f09c7

View File

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