bazel-buildtools: 4.2.3 -> 4.2.4

This commit is contained in:
R. Ryantm
2021-12-06 04:23:31 +00:00
parent 1657d58122
commit e62a334eae
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "bazel-buildtools";
version = "4.2.3";
version = "4.2.4";
src = fetchFromGitHub {
owner = "bazelbuild";
repo = "buildtools";
rev = version;
sha256 = "sha256-FRT8t7bBE98ya5P50UJWhq02XuDGBZCNd3wBOpnDWmo=";
sha256 = "sha256-Tt1inAViAFaV+o2A2yquPXEv5EiC2eJgNUnr7jBYq7w=";
};
vendorSha256 = "sha256-buMkRxVLlS2LBJGaGWeR41BsmE/0vgDS8s1VcRYN0fA=";