immich-cli: 2.2.12 -> 2.2.15

This commit is contained in:
Shogo Takata 2024-08-16 05:04:00 +09:00
parent 61682297ce
commit 9579df7a09
No known key found for this signature in database
GPG Key ID: 4BB7EF28F88F6E7A

View File

@ -5,13 +5,13 @@
}:
let
version = "2.2.12";
version = "2.2.15";
src = fetchFromGitHub {
owner = "immich-app";
repo = "immich";
# Using a fixed commit until upstream has release tags for cli.
rev = "04340b3a6210dc7a00359e781815ee0b9cd1b8fd";
hash = "sha256-PS1aZ6fcOudWlCFPuTeLBu3QrgUYnEuI5pBq3GGJ/bc=";
rev = "f7bfde6a3286d4b454c2f05ccf354914f8eccac6";
hash = "sha256-O014Y2HwhfPqKKFFGtNDJBzCaR6ugI4azw6/kfzKET0=";
};
meta' = {
description = "CLI utilities for Immich to help upload images and videos";
@ -25,7 +25,7 @@ let
pname = "immich-cli-openapi-typescript-sdk";
inherit src version;
npmDepsHash = "sha256-TRFN+xg8BdvzJKP1Y7GJsoRaWqdGoxS3qYx1OlhnOoY=";
npmDepsHash = "sha256-rIN88xw8kdLfhFbT4OReTwzWqNlD4QVAAuvfMyda+V8=";
postPatch = ''
cd open-api/typescript-sdk
@ -44,7 +44,7 @@ let
pname = "immich-cli";
inherit src version;
npmDepsHash = "sha256-rzjfGqYxrfGQHRCMiEpP229eSHCWVugMohQ/ZL1r1EQ=";
npmDepsHash = "sha256-r/kCE6FmhbnMVv2Z76hH/1O1YEYSq9VY5kB0xlqWzaM=";
postPatch = ''
ln -sv ${open-api-typescript-sdk}/lib/node_modules/@immich/sdk/{build,node_modules} open-api/typescript-sdk