summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2025-03-25 12:01:01 -0500
committerJohn Estabrook <jestabro@vyos.io>2025-03-25 12:34:35 -0500
commit42bc671b1875dc2166d193f251443b15e44a9d84 (patch)
tree6876008e2df267fd80f1a36899212f9276093fea /Makefile
parent1d419bc2b56a487527dd120d3f39d420fcb615b3 (diff)
downloadvyos-1x-42bc671b1875dc2166d193f251443b15e44a9d84.tar.gz
vyos-1x-42bc671b1875dc2166d193f251443b15e44a9d84.zip
T7246: update hash for strip version on config load
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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