bazel-gazelle: 0.39.1 -> 0.40.0

This commit is contained in:
R. Ryantm 2024-12-07 06:20:08 +00:00
parent c90e086ba3
commit 8c6400ff83

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "bazel-gazelle";
version = "0.39.1";
version = "0.40.0";
src = fetchFromGitHub {
owner = "bazelbuild";
repo = pname;
rev = "v${version}";
hash = "sha256-Y+k8ObfMwN6fLR2+Lwn64xHljDf3kxw2xp0YpJKbrDM=";
hash = "sha256-cGRE+AX62U6lZbUEid0QWb9zMTiIemop6Gqrqvz5+nk=";
};
vendorHash = null;