bazel-gazelle: 0.43.0 -> 0.44.0

This commit is contained in:
R. Ryantm 2025-06-14 00:57:29 +00:00
parent d837a61cad
commit 40713e1e47

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "bazel-gazelle";
version = "0.43.0";
version = "0.44.0";
src = fetchFromGitHub {
owner = "bazelbuild";
repo = "bazel-gazelle";
rev = "v${version}";
hash = "sha256-jj2mAGzz5BOim008LNRH0tVLbJy/mNodsTENMVbjUbk=";
hash = "sha256-vkGLzrseERxl0LygFm1zCC7kK7j+pHpTbG2fy4fLztw=";
};
vendorHash = null;