Skip to content

Commit 98a8d5c

Browse files
committed
Fix Bazel OpenJPH commit
1 parent 9d16b56 commit 98a8d5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ archive_override(
3232
urls = ["https://github.com/ebiggers/libdeflate/archive/refs/heads/master.zip"],
3333
)
3434

35-
git_override(
35+
archive_override(
3636
module_name = "openjph",
3737
patches = [
3838
"//bazel:openjph_add_build_file.patch",
3939
"//bazel:openjph_module_dot_bazel.patch",
4040
],
41-
branch = "supporting_differing_components",
42-
remote = "https://github.com/aous72/OpenJPH.git",
43-
)
41+
strip_prefix = "OpenJPH-supporting_differing_components",
42+
urls = ["https://github.com/aous72/OpenJPH/archive/refs/heads/supporting_differing_components.zip"],
43+
)

0 commit comments

Comments
 (0)