immich: 1.118.2 -> 1.119.0 (#351975)

This commit is contained in:
Robert Schütz 2024-10-29 02:10:45 -07:00 committed by GitHub
commit 6183e80f03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 19 additions and 21 deletions

View File

@ -258,7 +258,7 @@ in
postgresEnv
// redisEnv
// {
HOST = cfg.host;
IMMICH_HOST = cfg.host;
IMMICH_PORT = toString cfg.port;
IMMICH_MEDIA_LOCATION = cfg.mediaLocation;
IMMICH_MACHINE_LEARNING_URL = "http://localhost:3003";

View File

@ -88,11 +88,9 @@ python.pkgs.buildPythonApplication rec {
};
meta = {
description = "Self-hosted photo and video backup solution (machine learning component)";
homepage = "https://immich.app/";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ jvanbruegge ];
description = "${immich.meta.description} (machine learning component)";
homepage = "https://github.com/immich-app/immich/tree/main/machine-learning";
mainProgram = "machine-learning";
inherit (immich.meta) platforms;
inherit (immich.meta) license maintainers platforms;
};
}

View File

@ -17,7 +17,7 @@
cacert,
unzip,
# runtime deps
ffmpeg-headless,
jellyfin-ffmpeg,
imagemagick,
libraw,
libheif,
@ -101,8 +101,8 @@ let
web = buildNpmPackage' {
pname = "immich-web";
inherit version;
src = "${src}/web";
inherit version src;
sourceRoot = "${src.name}/web";
inherit (sources.components.web) npmDepsHash;
preBuild = ''
@ -155,7 +155,7 @@ buildNpmPackage' {
];
buildInputs = [
ffmpeg-headless
jellyfin-ffmpeg
imagemagick
libraw
libheif
@ -198,7 +198,7 @@ buildNpmPackage' {
--suffix PATH : "${
lib.makeBinPath [
perl
ffmpeg-headless
jellyfin-ffmpeg
]
}"

View File

@ -1,22 +1,22 @@
{
"version": "1.118.2",
"hash": "sha256-u2/Xs1SdAzmQ02pyXD9+ncamIKFcq8qMijnx7KFtrmU=",
"version": "1.119.0",
"hash": "sha256-mflVxz+Pxv7xS4onsjRQ1lMZ43U/rkuqO6vPRon7Gms=",
"components": {
"cli": {
"npmDepsHash": "sha256-RwfGq0fDPYo+ZP2xv+sMKmr3Tf8szbB8506c1PqiMM0=",
"version": "2.2.26"
"npmDepsHash": "sha256-QClG/WQK2MbVKuR0Wk9+TdSTAbemtFeg7GkKjvEjC4c=",
"version": "2.2.27"
},
"server": {
"npmDepsHash": "sha256-4jPvLCsI2gz+maBU3ZtrWZzJ6Zp2PTQwaCuCKr1hK/o=",
"version": "1.118.2"
"npmDepsHash": "sha256-9mMnOiKsTTO4PJUKYN668yjIELeFUgdqSx6Gf87UYVU=",
"version": "1.119.0"
},
"web": {
"npmDepsHash": "sha256-j6+EkcfwpaCP048v/kZv1xthp0DSylraJTeU4+LcDbw=",
"version": "1.118.2"
"npmDepsHash": "sha256-ieTGMywR26msYqmQOK/q/l3O6/Vkmu0TLFn956kK/xE=",
"version": "1.119.0"
},
"open-api/typescript-sdk": {
"npmDepsHash": "sha256-e+7BEFc46scLZDqCJNRhrczOEydSoiK9m7vSj/2ECaE=",
"version": "1.118.2"
"npmDepsHash": "sha256-NLvuHTVWuzv5G0ONu3S3K8AgyliTZowYQN0fzYhWtUQ=",
"version": "1.119.0"
}
}
}