bazel: 0.8.0 -> 0.9.0 (#33082)

authored by Mathieu Boespflug and committed by zimbatm.tngl.sh a325405c 29510ca8

+2 -2
+2 -2
pkgs/development/tools/build-managers/bazel/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 9 - version = "0.8.0"; 9 + version = "0.9.0"; 10 10 11 11 meta = with stdenv.lib; { 12 12 homepage = "https://github.com/bazelbuild/bazel/"; ··· 20 20 21 21 src = fetchurl { 22 22 url = "https://github.com/bazelbuild/bazel/releases/download/${version}/bazel-${version}-dist.zip"; 23 - sha256 = "0y50fhwh135fim39ra4szwzzgyb4ibls3i0hpv3d7asns0hh715a"; 23 + sha256 = "0aiifrp6g1d3ilhg8111wdhsrjy41x8gcmq67rjyxypw9znqzcpg"; 24 24 }; 25 25 26 26 sourceRoot = ".";