File add-sha256sum-for-zipcode-archives.patch.in of Package failed_mozc
diff --git a/src/WORKSPACE.bazel b/src/WORKSPACE.bazel
index 3538db2d..849cbc4f 100644
--- a/src/WORKSPACE.bazel
+++ b/src/WORKSPACE.bazel
@@ -181,10 +181,12 @@ http_archive(
name = "zip_code_ken_all",
build_file_content = "exports_files([\"KEN_ALL.CSV\"])",
url = "https://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip",
+ sha256 = "@kenallsha256@"
)
http_archive(
name = "zip_code_jigyosyo",
build_file_content = "exports_files([\"JIGYOSYO.CSV\"])",
url = "https://www.post.japanpost.jp/zipcode/dl/jigyosyo/zip/jigyosyo.zip",
+ sha256 = "@jigyosyosha256@"
)