bazel_6: 6.1.1->6.1.2

All changes seem to be within bazel sources so `updater` script
doesn't produce changes to srcDeps.

https://github.com/bazelbuild/bazel/releases/tag/6.1.2
This commit is contained in:
Dmitry Ivankov
2023-04-21 13:31:42 +02:00
parent e7c59bac33
commit 389c519486
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