Skip to content

Commit 4f88e9d

Browse files
Use a specific commit-ID to download zip-code data.
* This will fix the build error on GitHub. * The data to be downloaded are not changed. #codehealth PiperOrigin-RevId: 735192743
1 parent ec39d93 commit 4f88e9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/MODULE.bazel

+3-3
Original file line numberDiff line numberDiff line change
@@ -295,17 +295,17 @@ http_archive(
295295
],
296296
)
297297

298-
# Zip code (2025-01-12)
298+
# Zip code (2025-01-12, ba167e0bd99ee9705e40a747c7358f425511f78a)
299299
http_archive(
300300
name = "zip_code_ken_all",
301301
build_file_content = "exports_files([\"KEN_ALL.CSV\"])",
302302
sha256 = "8736e6a331be40582cfbd86e77c29b6efdbc8425052877e235c8a3c1f7190150",
303-
url = "https://github.com/hiroyuki-komatsu/japanpost_zipcode/raw/refs/heads/main/ken_all.zip",
303+
url = "https://github.com/hiroyuki-komatsu/japanpost_zipcode/raw/ba167e0bd99ee9705e40a747c7358f425511f78a/ken_all.zip",
304304
)
305305

306306
http_archive(
307307
name = "zip_code_jigyosyo",
308308
build_file_content = "exports_files([\"JIGYOSYO.CSV\"])",
309309
sha256 = "0e62af72f56a3039409dc105057051df0e374c2e373a2a068172daaaa1a9af13",
310-
url = "https://github.com/hiroyuki-komatsu/japanpost_zipcode/raw/refs/heads/main/jigyosyo.zip",
310+
url = "https://github.com/hiroyuki-komatsu/japanpost_zipcode/raw/ba167e0bd99ee9705e40a747c7358f425511f78a/jigyosyo.zip",
311311
)

0 commit comments

Comments
 (0)