diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-01-16 21:06:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-16 21:06:08 +0200 |
| commit | 97e66dfd6dc96076914362e1f42996a371dfa865 (patch) | |
| tree | 8935d8865a1fd2fc718b384f6b92f310704996aa | |
| parent | 3f3e9d2e9d62eba72e3f82b2e88cae31d75afa37 (diff) | |
| parent | 5943564e637328e2a3da1266175feea101685bca (diff) | |
| download | vyos-1x-97e66dfd6dc96076914362e1f42996a371dfa865.tar.gz vyos-1x-97e66dfd6dc96076914362e1f42996a371dfa865.zip | |
Merge pull request #4944 from jestabro/add-completion-help-to-completion-env
T8156: T8157: T8164: update commit hash for completion and other fixes
| -rw-r--r-- | libvyosconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvyosconfig/Makefile b/libvyosconfig/Makefile index 0e8f6da45..c93f26118 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#6cae8dc757c436972485f6e9baa5f4adf8e5e300 -y ; \ + opam pin add vyos1x-config https://github.com/vyos/vyos1x-config.git#6cf3918875b11dd94f9dc380b4083cc4258da74c -y ; \ opam pin add vyconf https://github.com/vyos/vyconf.git#ee86cf713f45d3bcd735440f432b5b7b57a31ca8 -y' sharedlib: depends $(BUILDDIR)/libvyosconfig$(EXTDLL) |
