Skip to content

Commit

Permalink
bazel_6: 6.1.0 -> 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmivankov committed Mar 21, 2023
1 parent c03f31e commit f320081
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
}:

let
version = "6.1.0";
version = "6.1.1";
sourceRoot = ".";

src = fetchurl {
url = "https://github.com/bazelbuild/bazel/releases/download/${version}/bazel-${version}-dist.zip";
hash = "sha256-xLhWdVQc9m7ny3FRQJf91sX8DgJSckNhek8gymtPKTI=";
hash = "sha256-a5APJtZ2x+yh0uff+bcYkNq9P/WcqyotIXi8igOVNCo=";
};

# Update with
Expand Down

0 comments on commit f320081

Please sign in to comment.