Compare commits

...

1 commit

Author SHA1 Message Date
93223d7e3d Update docker.io/1password/connect-api Docker tag to v1.7.3
Some checks failed
Build / nix-build (native-aarch64, varda) (pull_request) Successful in 1m33s
Build / nix-build (native-x86_64, telchar) (pull_request) Failing after 2m2s
2024-07-27 19:32:06 +00:00

View file

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