Merge pull request #227426 from dmivankov/bazel_6.1.2

bazel_6: 6.1.1->6.1.2
This commit is contained in:
Uri Baghin
2023-04-22 17:00:12 +10:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -54,7 +54,7 @@ let
LIBTOOL = lib.optionalString stdenv.isDarwin "${cctools}/bin/libtool";
fetchAttrs = {
sha256 = "sha256-9i0ExaIeNz7+ddNAoU2ak8JY7lI2aY6eBDiPzJYuJUk=";
sha256 = "sha256-kEiwwYAUABcINdSaAyRDSFKtKLPj3axdNvXvkI1k0Uo=";
};
buildAttrs = {
@@ -24,12 +24,12 @@
}:
let
version = "6.1.1";
version = "6.1.2";
sourceRoot = ".";
src = fetchurl {
url = "https://github.com/bazelbuild/bazel/releases/download/${version}/bazel-${version}-dist.zip";
hash = "sha256-a5APJtZ2x+yh0uff+bcYkNq9P/WcqyotIXi8igOVNCo=";
hash = "sha256-b7PuIv6fqG2C4XNXLVBMCJ8Qgl10lyVZJibgkLOMlnk=";
};
# Update with