10 src = fetchFromGitHub {
13 # Using a fixed commit until upstream has release tags for cli.
14 rev = "014adf175ad50a61f92804666940e267ab329064";
15 hash = "sha256-MK3Watq5/Zp+rymCIfWxAXSgBPDE13g23uDnW7A5x9g=";
18 npmDepsHash = "sha256-ssxOXKE1t/bSb972w/cBeK61IrqPLmx9ODMn6D+2Ezw=";
25 description = "CLI utilities for Immich to help upload images and videos";
26 homepage = "https://github.com/immich-app/immich";
27 license = lib.licenses.mit;
28 mainProgram = "immich";
29 maintainers = with lib.maintainers; [ felschr pineapplehunter ];