From f9a6ef06cf17bb1524ab5c3581c23015ae2e09ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex?= Date: Tue, 4 Jun 2024 21:42:24 +0200 Subject: [PATCH] Update go-libp2p-daemon build version. (#1111) --- scripts/build_p2pd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_p2pd.sh b/scripts/build_p2pd.sh index ff7f08a42..8d1baa012 100644 --- a/scripts/build_p2pd.sh +++ b/scripts/build_p2pd.sh @@ -10,7 +10,7 @@ set -e CACHE_DIR="$1" # optional parameter pointing to a CI cache dir. -LIBP2P_COMMIT="v0.2.1" # tags work too, only used in nim-libp2p CI for now +LIBP2P_COMMIT="124530a3" # Tags maye be used as well [[ -n "$2" ]] && LIBP2P_COMMIT="$2" # allow overriding it on the command line SUBREPO_DIR="vendor/go/src/github.com/libp2p/go-libp2p-daemon" if [[ ! -e "$SUBREPO_DIR" ]]; then