Skip to content

Commit 9ac02ac

Browse files
authored
Fix rules_pkg hash (#134)
Hash was corrected; see bazelbuild/rules_pkg#694.
1 parent 8c7798e commit 9ac02ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ http_archive(
4747

4848
http_archive(
4949
name = "rules_pkg",
50-
sha256 = "bcc96ae58d9d61db1a36a13d29e85dc2c1696ecb7997f9a26643ab0971ecb2ef",
50+
sha256 = "335632735e625d408870ec3e361e192e99ef7462315caa887417f4d88c4c8fb8",
5151
urls = ["https://github.com/bazelbuild/rules_pkg/releases/download/0.9.0/rules_pkg-0.9.0.tar.gz"],
5252
)
5353

0 commit comments

Comments
 (0)