Skip to content

Commit fb25168

Browse files
jtilahunhsudhof
authored andcommitted
GitHub PR#285 Resolve message regarding a canonical reproducible form in rules_jvm_external
-- 1a02561 by Joseph Tilahun <jtilahun@astranis.com>: Resolve message regarding a canonical reproducible form from `rules_jvm_external` Closes #285 GitOrigin-RevId: 316b0eb Change-Id: Ic1e289da26f084250c63c499cf20e9ac3f9f0127
1 parent eba7273 commit fb25168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: repositories.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ load("//third_party:bazel_skylib.bzl", "skylib_sha256", "skylib_version")
2121
def copybara_repositories():
2222
RULES_JVM_EXTERNAL_TAG = "6.0"
2323

24-
RULES_JVM_EXTERNAL_SHA = "f86fd42a809e1871ca0aabe89db0d440451219c3ce46c58da240c7dcdc00125f"
24+
RULES_JVM_EXTERNAL_SHA = "c44568854d8bb92fe0f7dd6b1e8957ae65e45e32a058727fcf62aaafbd36f17b"
2525

2626
maybe(
2727
http_archive,
@@ -36,7 +36,7 @@ def copybara_repositories():
3636
maybe(
3737
http_archive,
3838
name = "rules_jvm_external",
39-
# sha256 = RULES_JVM_EXTERNAL_SHA,
39+
sha256 = RULES_JVM_EXTERNAL_SHA,
4040
strip_prefix = "rules_jvm_external-%s" % RULES_JVM_EXTERNAL_TAG,
4141
url = "https://github.com/bazelbuild/rules_jvm_external/archive/%s.zip" % RULES_JVM_EXTERNAL_TAG,
4242
patches = ["@io_bazel//third_party:rules_jvm_external_6.0.patch"],

0 commit comments

Comments
 (0)