Skip to content

Commit 6f86012

Browse files
committedNov 29, 2017
bazel: 0.7.0 -> 0.8.0
1 parent fc26ff0 commit 6f86012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/development/tools/build-managers/bazel/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
stdenv.mkDerivation rec {
88

9-
version = "0.7.0";
9+
version = "0.8.0";
1010

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

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

2626
sourceRoot = ".";

0 commit comments

Comments
 (0)
Please sign in to comment.