diff options
author | John Estabrook <jestabro@vyos.io> | 2025-03-18 10:31:44 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2025-03-18 10:31:44 -0500 |
commit | d8a6295a13a6eb8faf127639ae15fa76608e7351 (patch) | |
tree | 03e47481fe6b68f9ef2988f9e642c3e6fc3550d9 /Makefile | |
parent | b6df26f89df776bb63e79203c06744f9bed65c72 (diff) | |
download | vyos-1x-d8a6295a13a6eb8faf127639ae15fa76608e7351.tar.gz vyos-1x-d8a6295a13a6eb8faf127639ae15fa76608e7351.zip |
T7121: T6946: update hash for commit algorithm/commitd messaging
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 677d1e2bf8109b9fd4da60e20376f992b747e384 || exit 1 + git checkout 5f15d8095efd11756a867e552a3f8fe6c77e57cc || exit 1 eval $$(opam env --root=/opt/opam --set-root) && ./build.sh fi |