bazel: 0.5.4 -> 0.6.0 (#29990)

This commit is contained in:
Yann Hodique 2017-10-01 15:46:16 -07:00 committed by Benjamin Staffin
parent 4f37b89eae
commit 1fcf8e24a0

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "0.5.4"; version = "0.6.0";
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://github.com/bazelbuild/bazel/"; homepage = "https://github.com/bazelbuild/bazel/";
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
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 = "1jdb8zbgafhz2qi0ajk34845kpmfhxchdimvwkq6lkb1159v0mr1"; sha256 = "13jr00jb34ibpqvy1qzzmswc7zfcy82ks7w36iwzh7jlm4l3grd0";
}; };
sourceRoot = "."; sourceRoot = ".";