working with pins
This commit is contained in:
parent
8a1d7312cc
commit
b75bce55d4
2 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,8 @@ with lib;
|
|||
let
|
||||
app = "plex";
|
||||
# renovate: depName=ghcr.io/onedr0p/plex datasource=docker versioning=loose
|
||||
image = "ghcr.io/onedr0p/plex:1.40.1.8227-c0dd5a73e@sha256:a60bc6352543b4453b117a8f2b89549e458f3ed8960206d2f3501756b6beb519";
|
||||
version = "1.40.1.8227-c0dd5a73e@sha256:a60bc6352543b4453b117a8f2b89549e458f3ed8960206d2f3501756b6beb519";
|
||||
image = "ghcr.io/onedr0p/plex:${version}";
|
||||
user = "kah"; # string
|
||||
group = "kah"; # string
|
||||
port = 32400; # int
|
||||
|
|
|
@ -9,12 +9,12 @@ in
|
|||
apiVersion = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
# renovate: depName=docker.io/1password/connect-api datasource=docker
|
||||
default = "1.7.3";
|
||||
default = "1.7.3@sha256:0601c7614e102eada268dbda6ba4b5886ce77713be2c332ec6a2fd0f028484ba";
|
||||
};
|
||||
syncVersion = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
# renovate: depName=docker.io/1password/connect-sync datasource=docker
|
||||
default = "1.7.3";
|
||||
default = "1.7.3@sha256:2f17621c7eb27bbcb1f86bbc5e5a5198bf54ac3b9c2ffac38064d03c932b07d5";
|
||||
};
|
||||
credentialsFile = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
|
|
Loading…
Reference in a new issue