Skip to content

Commit

Permalink
revert to older replxx
Browse files Browse the repository at this point in the history
  • Loading branch information
renau committed Aug 30, 2024
1 parent ccdb915 commit 2cc303b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,14 @@ http_archive(
http_archive(
name = "replxx",
build_file = "replxx.BUILD",
sha256 = "3e585888a9b78fe169453bb289c72a78c3a85e8b41cfd9ded8963f72bc193dd4",
strip_prefix = "replxx-711c18e7f4d951255aa8b0851e5a55d5a5fb0ddb",
sha256 = "e7829402f1f5ab379bd22f2a297da5fd6dc096aa9413d2039aa0a3659fd199b6",
#sha256 = "3e585888a9b78fe169453bb289c72a78c3a85e8b41cfd9ded8963f72bc193dd4",
strip_prefix = "replxx-73dad091de589d770874ce6dfd3c2adf442973de",
#strip_prefix = "replxx-711c18e7f4d951255aa8b0851e5a55d5a5fb0ddb",
urls = [
"https://github.com/ClickHouse/replxx/archive/711c18e7f4d951255aa8b0851e5a55d5a5fb0ddb.zip",
#"https://github.com/ClickHouse/replxx/archive/711c18e7f4d951255aa8b0851e5a55d5a5fb0ddb.zip",
"https://github.com/ClickHouse/replxx/archive/73dad091de589d770874ce6dfd3c2adf442973de.zip",

],
)

Expand Down

0 comments on commit 2cc303b

Please sign in to comment.