Compare commits
No commits in common. "1deacbd7dd4c2a1f6331ab8b88f3d95f1970ea60" and "ff9111a22c26c385bc08f0236e9f5224394ba374" have entirely different histories.
1deacbd7dd
...
ff9111a22c
1 changed files with 1 additions and 1 deletions
|
@ -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.3";
|
default = "1.7.2";
|
||||||
};
|
};
|
||||||
credentialsFile = lib.mkOption {
|
credentialsFile = lib.mkOption {
|
||||||
type = lib.types.path;
|
type = lib.types.path;
|
||||||
|
|
Loading…
Reference in a new issue