diff options
| author | John Estabrook <jestabro@vyos.io> | 2026-03-16 09:17:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-16 09:17:40 -0500 |
| commit | c6dda7da4f382a9ad905b69dcffed6e9373bace8 (patch) | |
| tree | 6629ed1a2e881a73d243b985b388f516ca9ce0f1 | |
| parent | 09b0dc15a74f45d95dcccd0241bcaed994992439 (diff) | |
| parent | 7ccd6f55fb6acbe6314988d6c58b6e2d37944b42 (diff) | |
| download | vyos-1x-c6dda7da4f382a9ad905b69dcffed6e9373bace8.tar.gz vyos-1x-c6dda7da4f382a9ad905b69dcffed6e9373bace8.zip | |
Merge pull request #5057 from jestabro/T8269-update-commit-hash
T8269: update commit hash for add option silence validators
| -rw-r--r-- | libvyosconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvyosconfig/Makefile b/libvyosconfig/Makefile index 8fd618613..8e37495b1 100644 --- a/libvyosconfig/Makefile +++ b/libvyosconfig/Makefile @@ -42,7 +42,7 @@ all: sharedlib PHONY: depends depends: sudo sh -c 'eval $$(opam env --root=/opt/opam --set-root) ;\ - opam pin add vyos1x-config https://github.com/vyos/vyos1x-config.git#95bdd43f2bd97919860141ff994c5bdf31c0a07b -y ; \ + opam pin add vyos1x-config https://github.com/vyos/vyos1x-config.git#52132ad2c0992bf6f17a06173384030d93a29053 -y ; \ opam pin add vyconf https://github.com/vyos/vyconf.git#e25b13ae3040d02326f01bf9bedd097795fb3a62 -y' sharedlib: depends $(BUILDDIR)/libvyosconfig$(EXTDLL) |
