bazel: 1.2.0 -> 1.2.1

This commit is contained in:
Wael M. Nasreddine 2019-11-27 15:36:24 -08:00
parent 5d3e94f462
commit 97656e9589
No known key found for this signature in database
GPG Key ID: FD437548E0BF0F5F

View File

@ -22,11 +22,11 @@
}: }:
let let
version = "1.2.0"; version = "1.2.1";
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";
sha256 = "0vpfpm3l3zp6749b23ysqqf1la029jzq43ks60q6f5mr3056pd4w"; sha256 = "1qfk14mgx1m454b4w4ldggljzqkqwpdwrlynq7rc8aq11yfs8p95";
}; };
# Update with `eval $(nix-build -A bazel.updater)`, # Update with `eval $(nix-build -A bazel.updater)`,