Commit 52e51771 authored by R. RyanTM's avatar R. RyanTM
Browse files

bazel_8: 8.4.1 -> 8.4.2

parent 5d286bae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
  cctools,
  # Allow to independently override the jdks used to build and run respectively
  jdk_headless,
  version ? "8.4.1",
  version ? "8.4.2",
}:

let
@@ -45,7 +45,7 @@ let

  src = fetchzip {
    url = "https://github.com/bazelbuild/bazel/releases/download/${version}/bazel-${version}-dist.zip";
    hash = "sha256-DqJqW7C1QODOS+vJrs/+ixsP3coZh80VdpPM4g0vxFI=";
    hash = "sha256-5oNYKHPaDkpunl6oC104Rh1wAEMWfLfvCFdGHlXZn4o=";
    stripRoot = false;
  };