mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
immich: 1.118.2 -> 1.119.0 (#351975)
This commit is contained in:
commit
6183e80f03
@ -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";
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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
|
||||
]
|
||||
}"
|
||||
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user