bazel-gazelle: 0.33.0 -> 0.35.0

This commit is contained in:
R. Ryantm 2023-12-25 10:28:20 +00:00
parent b45547a0a2
commit b423179077

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "bazel-gazelle";
version = "0.33.0";
version = "0.35.0";
src = fetchFromGitHub {
owner = "bazelbuild";
repo = pname;
rev = "v${version}";
hash = "sha256-WmDtMOEs7cOb/juWTHjkc8/92f2OL0vurMMM15IE3YI=";
hash = "sha256-9oWsVazmLPPptWW03H6nLTiqNBNgkzsWtYNIm5V8FdA=";
};
vendorHash = null;