Compare commits
No commits in common. "49d8c553f83607c6552ef0a0d89ef06b8656d3d2" and "1deacbd7dd4c2a1f6331ab8b88f3d95f1970ea60" have entirely different histories.
49d8c553f8
...
1deacbd7dd
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ in
|
||||||
apiVersion = lib.mkOption {
|
apiVersion = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
# renovate: depName=docker.io/1password/connect-api datasource=docker
|
# renovate: depName=docker.io/1password/connect-api datasource=docker
|
||||||
default = "1.7.3";
|
default = "1.7.2";
|
||||||
};
|
};
|
||||||
syncVersion = lib.mkOption {
|
syncVersion = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
|
|
Loading…
Reference in a new issue