bazel-gazelle: 0.35.0 -> 0.36.0

This commit is contained in:
R. Ryantm 2024-04-04 00:46:56 +00:00
parent 200850af60
commit 013a7db912
1 changed files with 2 additions and 2 deletions

View File

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