bazel-buildtools: 7.1.1 -> 7.1.2

This commit is contained in:
R. Ryantm
2024-05-23 15:55:06 +00:00
parent 64ea1c0661
commit 3b70ff975d
@@ -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=";