Merge pull request #314028 from r-ryantm/auto-update/bazel-buildtools

bazel-buildtools: 7.1.1 -> 7.1.2
This commit is contained in:
Nick Cao
2024-05-23 14:36:28 -04:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "bazel-buildtools";
version = "7.1.1";
version = "7.1.2";
src = fetchFromGitHub {
owner = "bazelbuild";
repo = "buildtools";
rev = "v${version}";
hash = "sha256-funwP4D8ck7RT+0z+42MVud/3Da6HvVhFLTqQIucHrQ=";
hash = "sha256-Ax7UKkClYsoqxaR+tsQnTv6BFafl9SkY7MC4kYJNmwY=";
};
vendorHash = "sha256-DigTREfI6I48wxRpGp/bfH1NbUZ4E1B5UTQXpI0LY1A=";