From 42bc671b1875dc2166d193f251443b15e44a9d84 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Tue, 25 Mar 2025 12:01:01 -0500 Subject: T7246: update hash for strip version on config load --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 051694e9a..6b8827c84 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ libvyosconfig: rm -rf /tmp/libvyosconfig && \ git clone https://github.com/vyos/libvyosconfig.git /tmp/libvyosconfig || exit 1 cd /tmp/libvyosconfig && \ - git checkout 55b2d352333e3cfcb54d2057b73cef6ebe8331f9 || exit 1 + git checkout 27e4b0a5eaf77d9a1f5e1f6dcaa109e5d73c51d1 || exit 1 eval $$(opam env --root=/opt/opam --set-root) && ./build.sh fi -- cgit v1.2.3