Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use correct hashes for libocpp and libevse-security #680

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ libcurl:
# and would otherwise be overwritten by the version used there
libevse-security:
git: https://github.com/EVerest/libevse-security.git
git_tag: 6e702ef5df568c2f9929a3c3b97a09c0cb4c5b21
git_tag: 34ced9f4452c2ffe3145f4ff200c42dc83278c47
cmake_condition: "EVEREST_DEPENDENCY_ENABLED_LIBEVSE_SECURITY"

# OCPP
libocpp:
git: https://github.com/EVerest/libocpp.git
git_tag: 9deeb534c7f38981a422b53a6f0416bdb791b368
git_tag: 169573382e4d790103ce008027bb753d5ebd124a
cmake_condition: "EVEREST_DEPENDENCY_ENABLED_LIBOCPP"
# Josev
Josev:
Expand Down
4 changes: 2 additions & 2 deletions third-party/bazel/deps_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ EVEREST_DEPS = struct(

# libevse-security
libevse_security_repo = "https://github.com/EVerest/libevse-security.git",
libevse_security_commit = "6e702ef5df568c2f9929a3c3b97a09c0cb4c5b21",
libevse_security_commit = "34ced9f4452c2ffe3145f4ff200c42dc83278c47",
libevse_security_tag = None,

# libfsm
Expand All @@ -61,7 +61,7 @@ EVEREST_DEPS = struct(

# libocpp
libocpp_repo = "https://github.com/EVerest/libocpp.git",
libocpp_commit = "9deeb534c7f38981a422b53a6f0416bdb791b368",
libocpp_commit = "169573382e4d790103ce008027bb753d5ebd124a",
libocpp_tag = None,

# libslac
Expand Down
Loading