Unverified Commit 03e220cd authored by Uri Baghin's avatar Uri Baghin Committed by GitHub
Browse files

Merge pull request #227426 from dmivankov/bazel_6.1.2

bazel_6: 6.1.1->6.1.2
parents 545078d5 389c5194
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ let
    LIBTOOL = lib.optionalString stdenv.isDarwin "${cctools}/bin/libtool";

    fetchAttrs = {
      sha256 = "sha256-9i0ExaIeNz7+ddNAoU2ak8JY7lI2aY6eBDiPzJYuJUk=";
      sha256 = "sha256-kEiwwYAUABcINdSaAyRDSFKtKLPj3axdNvXvkI1k0Uo=";
    };

    buildAttrs = {
+2 −2
Original line number Diff line number Diff line
@@ -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