Skip to content

Commit

Permalink
Bump clp version for IR stream protocol version handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlion committed Nov 7, 2024
1 parent 673f5ea commit 19bb8c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bazel/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ cc_library(
"""

def com_github_y_scope_clp():
ref = "e21672b906641c4724a25ea74f13857afdebe0e8"
ref_sha256 = "b7ab19af62fb0601d858047452e2f330489070caccd4aaf1e09709f6ca6324ab"
ref = "426cc3d657c67e9fdffe6681e670cba617f4154f"
ref_sha256 = "1b81027c6745347bb25f6cce6d1571ccdc54e3295f0ce3179a3647e82671214d"
http_archive(
name = "com_github_y_scope_clp",
sha256 = ref_sha256,
Expand Down
4 changes: 2 additions & 2 deletions taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ tasks:
- task: "utils:fetch-src"
vars:
OUTPUT_DIR: "{{.SOURCE_DIR}}"
URL: "https://github.com/y-scope/clp/archive/e21672b906641c4724a25ea74f13857afdebe0e8.tar.gz"
URL_SHA256: "b7ab19af62fb0601d858047452e2f330489070caccd4aaf1e09709f6ca6324ab"
URL: "https://github.com/y-scope/clp/archive/426cc3d657c67e9fdffe6681e670cba617f4154f.tar.gz"
URL_SHA256: "1b81027c6745347bb25f6cce6d1571ccdc54e3295f0ce3179a3647e82671214d"

install-deps-cpp-clp-json:
cmds:
Expand Down

0 comments on commit 19bb8c0

Please sign in to comment.