Skip to content

Commit

Permalink
bazel: 0.6.1 -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuuzetsu committed Nov 1, 2017
1 parent b902a88 commit ac2976d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/bazel/default.nix
Expand Up @@ -2,7 +2,7 @@

stdenv.mkDerivation rec {

version = "0.6.1";
version = "0.7.0";

meta = with stdenv.lib; {
homepage = "https://github.com/bazelbuild/bazel/";
Expand All @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "https://github.com/bazelbuild/bazel/releases/download/${version}/bazel-${version}-dist.zip";
sha256 = "19rb1lh6v2gi8xlxhdmhydp16i1bgmvb510i053rfy0jlmh1znns";
sha256 = "05n4zz2a29y4vr2svc7ya9fx7qxb9151a6gkycxk9qj3v32sk150";
};

sourceRoot = ".";
Expand Down

0 comments on commit ac2976d

Please sign in to comment.