Update docker.io/1password/connect-sync Docker tag to v1.7.3 #35

Merged
jahanson merged 1 commit from renovate/docker.io-1password-connect-sync-1.x into main 2024-07-29 11:09:56 -05:00
Showing only changes of commit b3fdd10c71 - Show all commits

View file

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