Update docker.io/1password/connect-sync Docker tag to v1.7.3
All checks were successful
Build / nix-build (native-aarch64, varda) (pull_request) Successful in 1m31s
Build / nix-build (native-x86_64, telchar) (pull_request) Successful in 6m33s

This commit is contained in:
Smeagol 2024-07-29 12:32:05 +00:00
parent 60776e90c0
commit b3fdd10c71

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;