Skip to content

Commit

Permalink
bazel: 0.7.0 -> 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuuzetsu committed Nov 29, 2017
1 parent fc26ff0 commit 6f86012
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 @@ -6,7 +6,7 @@

stdenv.mkDerivation rec {

version = "0.7.0";
version = "0.8.0";

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

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

sourceRoot = ".";
Expand Down

0 comments on commit 6f86012

Please sign in to comment.