Compare commits

...

2 commits

Author SHA1 Message Date
1deacbd7dd Merge pull request 'Update docker.io/1password/connect-sync Docker tag to v1.7.3' (#35) from renovate/docker.io-1password-connect-sync-1.x into main
Reviewed-on: #35
2024-07-29 11:09:56 -05:00
b3fdd10c71 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
2024-07-29 12:32:05 +00:00

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;