Update docker.io/1password/connect-sync Docker tag to v1.7.3
Some checks failed
Build / nix-build (native-aarch64, varda) (pull_request) Successful in 1m29s
Build / nix-build (native-x86_64, telchar) (pull_request) Failing after 1m2s

This commit is contained in:
Smeagol 2024-07-27 19:32:09 +00:00
parent b1f0088294
commit ab6c439e72

View file

@ -14,7 +14,7 @@ in
syncVersion = lib.mkOption {
type = lib.types.str;
# renovate: depName=docker.io/1password/connect-sync datasource=docker
default = "1.7.2";
default = "1.7.3";
};
credentialsFile = lib.mkOption {
type = lib.types.path;