File tree Expand file tree Collapse file tree 3 files changed +11
-15
lines changed Expand file tree Collapse file tree 3 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ python.pkgs.buildPythonApplication rec {
1717 src = "${ immich . src } /machine-learning" ;
1818 pyproject = true ;
1919
20- postPatch = ''
21- substituteInPlace pyproject.toml --replace-fail 'fastapi-slim' 'fastapi'
22- '' ;
23-
2420 pythonRelaxDeps = [
2521 "pillow"
2622 "pydantic-settings"
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ buildNpmPackage' {
152152 # pg_dumpall fails without database root access
153153 # see https://github.com/immich-app/immich/issues/13971
154154 substituteInPlace src/services/backup.service.ts \
155- --replace-fail '`pg_dumpall`' '`pg_dump`'
155+ --replace-fail '`/usr/lib/postgresql/ '' ${databaseMajorVersion}/bin/ pg_dumpall`' '`pg_dump`'
156156 '' ;
157157
158158 nativeBuildInputs = [
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.120.1 " ,
3- "hash" : " sha256-FKPs6BHOXmqnHh2yH+PPBFQoK5ykP716dNvES/45t4g =" ,
2+ "version" : " 1.121.0 " ,
3+ "hash" : " sha256-3Rk/0LtbRIrtnPBhG6TzYFcPlZqlkZoyO01jIL4gzC8 =" ,
44 "components" : {
55 "cli" : {
6- "npmDepsHash" : " sha256-5JmcDjLAVXhF3TH0M88dKLYPDsSctcOGPz9nV1n3k9c =" ,
7- "version" : " 2.2.30 "
6+ "npmDepsHash" : " sha256-LsStgf6iJMpqCYZoZoP7cNnHbuzawTQ02wvJ5q/2RyU =" ,
7+ "version" : " 2.2.32 "
88 },
99 "server" : {
10- "npmDepsHash" : " sha256-u2ZQv+z8uyn7z52V+7hNRWgnHVm4xMdhjspPqsLHYek =" ,
11- "version" : " 1.120.1 "
10+ "npmDepsHash" : " sha256-9xyl+8YItzHSHcgUi1X9MwNtmZpdDGtg4DUa2YZv08I =" ,
11+ "version" : " 1.121.0 "
1212 },
1313 "web" : {
14- "npmDepsHash" : " sha256-EAFUOhcmE1TfUBN0uxzuNkHibdaDRn8Lxvma70UJqDE =" ,
15- "version" : " 1.120.1 "
14+ "npmDepsHash" : " sha256-vHmiNWVLl4len6SnJ/NmiRVLLc4uUUWF/25LiOMnvf0 =" ,
15+ "version" : " 1.121.0 "
1616 },
1717 "open-api/typescript-sdk" : {
18- "npmDepsHash" : " sha256-AJcK5NE+ZNAK2FJblY32jtYxY0Z9npH92A3htcPes4A =" ,
19- "version" : " 1.120.1 "
18+ "npmDepsHash" : " sha256-jiwUoWrMH/mDO+GPi13Q+Z87NAtDx95h6igI0NuPhnc =" ,
19+ "version" : " 1.121.0 "
2020 }
2121 }
2222}
You can’t perform that action at this time.
0 commit comments