Unverified Commit 1c06cbcf authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

bazel-buildtools: 7.1.0 -> 7.1.1
parents 17e87fff 582312a1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

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

  src = fetchFromGitHub {
    owner = "bazelbuild";
    repo = "buildtools";
    rev = "v${version}";
    hash = "sha256-/YHTMIhxFqxHpEmtYvFuQ1bjvKF6tDaYudSnBrCncPQ=";
    hash = "sha256-funwP4D8ck7RT+0z+42MVud/3Da6HvVhFLTqQIucHrQ=";
  };

  vendorHash = "sha256-DigTREfI6I48wxRpGp/bfH1NbUZ4E1B5UTQXpI0LY1A=";