bazel_7: 7.4.1 -> 7.6.0 (#393293)

This commit is contained in:
kirillrdy
2025-03-30 03:49:57 +00:00
committed by GitHub
@@ -44,7 +44,7 @@
# Always assume all markers valid (this is needed because we remove markers; they are non-deterministic).
# Also, don't clean up environment variables (so that NIX_ environment variables are passed to compilers).
enableNixHacks ? false,
version ? "7.4.1",
version ? "7.6.0",
}:
let
@@ -52,7 +52,7 @@ let
src = fetchurl {
url = "https://github.com/bazelbuild/bazel/releases/download/${version}/bazel-${version}-dist.zip";
hash = "sha256-gzhmGLxIn02jYmbvJiDsZKUmxobPBwQTMsr/fJU6+vU=";
hash = "sha256-eQKNB38G8ziDuorzoj5Rne/DZQL22meVLrdK0z7B2FI=";
};
defaultShellUtils =