Skip to content

Commit

Permalink
Update rules_sh to 0.2.0, to use new sh_posix_toolchain prototype; as…
Browse files Browse the repository at this point in the history
… required by previous commit
  • Loading branch information
smelc committed Mar 26, 2020
1 parent 0627a14 commit 12867dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_sh",
sha256 = "2613156e96b41fe0f91ac86a65edaea7da910b7130f2392ca02e8270f674a734",
strip_prefix = "rules_sh-0.1.0",
urls = ["https://github.com/tweag/rules_sh/archive/v0.1.0.tar.gz"],
sha256 = "83a065ba6469135a35786eb741e17d50f360ca92ab2897857475ab17c0d29931",
strip_prefix = "rules_sh-0.2.0",
urls = ["https://github.com/tweag/rules_sh/archive/v0.2.0.tar.gz"],
)

load("@rules_sh//sh:repositories.bzl", "rules_sh_dependencies")
Expand Down

0 comments on commit 12867dd

Please sign in to comment.