Skip to content

Commit

Permalink
bazel: 0.8.0 -> 0.9.0 (#33082)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboes authored and zimbatm committed Jan 3, 2018
1 parent 29510ca commit a325405
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.8.0";
version = "0.9.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 = "0y50fhwh135fim39ra4szwzzgyb4ibls3i0hpv3d7asns0hh715a";
sha256 = "0aiifrp6g1d3ilhg8111wdhsrjy41x8gcmq67rjyxypw9znqzcpg";
};

sourceRoot = ".";
Expand Down

0 comments on commit a325405

Please sign in to comment.