Merge pull request #222363 from dmivankov/bazel_6.1.1

bazel_6: 6.1.0 -> 6.1.1
This commit is contained in:
Uri Baghin 2023-03-23 08:45:36 +11:00 committed by GitHub
commit 1a27b69f74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,12 +24,12 @@
}: }:
let let
version = "6.1.0"; version = "6.1.1";
sourceRoot = "."; sourceRoot = ".";
src = fetchurl { src = fetchurl {
url = "https://github.com/bazelbuild/bazel/releases/download/${version}/bazel-${version}-dist.zip"; url = "https://github.com/bazelbuild/bazel/releases/download/${version}/bazel-${version}-dist.zip";
hash = "sha256-xLhWdVQc9m7ny3FRQJf91sX8DgJSckNhek8gymtPKTI="; hash = "sha256-a5APJtZ2x+yh0uff+bcYkNq9P/WcqyotIXi8igOVNCo=";
}; };
# Update with # Update with