bazel-gazelle: 0.44.0 -> 0.45.0

This commit is contained in:
R. Ryantm 2025-08-05 00:28:32 +00:00
parent 68071df053
commit 25571e9a55

View File

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