diff options
author | John Estabrook <jestabro@vyos.io> | 2025-03-25 14:38:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-25 14:38:47 -0500 |
commit | 4871e5bb5b8c3f1cab12fdc36a02ac99902a9eb1 (patch) | |
tree | 6876008e2df267fd80f1a36899212f9276093fea /Makefile | |
parent | 1d419bc2b56a487527dd120d3f39d420fcb615b3 (diff) | |
parent | 42bc671b1875dc2166d193f251443b15e44a9d84 (diff) | |
download | vyos-1x-4871e5bb5b8c3f1cab12fdc36a02ac99902a9eb1.tar.gz vyos-1x-4871e5bb5b8c3f1cab12fdc36a02ac99902a9eb1.zip |
Merge pull request #4415 from jestabro/strip-version
T7246: update hash for strip version on config load
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |