Unverified Commit 8930706d authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

bazel-buildtools: 6.4.0 -> 7.1.0
parents 825c22af 7c5c656b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "bazel-buildtools";
  version = "6.4.0";
  version = "7.1.0";

  src = fetchFromGitHub {
    owner = "bazelbuild";
    repo = "buildtools";
    rev = "v${version}";
    hash = "sha256-k4qbveJ1BORnwjOIZcJLWIGVMRjCAqVhISggQ/VTzA4=";
    hash = "sha256-/YHTMIhxFqxHpEmtYvFuQ1bjvKF6tDaYudSnBrCncPQ=";
  };

  vendorHash = "sha256-DigTREfI6I48wxRpGp/bfH1NbUZ4E1B5UTQXpI0LY1A=";