Skip to content

Commit

Permalink
bazel: 0.15 -> 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Profpatsch committed Jul 17, 2018
1 parent 62f3bf7 commit 75942f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/bazel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let srcDeps = stdenv.lib.singleton (
in
stdenv.mkDerivation rec {

version = "0.15.0";
version = "0.15.1";

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

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

sourceRoot = ".";
Expand Down

0 comments on commit 75942f9

Please sign in to comment.