bazel-gazelle: 0.44.0 -> 0.45.0 (#431071)

This commit is contained in:
Wolfgang Walther
2025-08-14 17:20:48 +00:00
committed by GitHub
+2 -2
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;