chore(overlays): update immich to version v1.142.0
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s

This commit is contained in:
uttarayan21
2025-09-13 23:30:22 +05:30
parent b02e4e4f87
commit 5b3d8752e7

View File

@@ -232,6 +232,7 @@
});
kitty = inputs.nixpkgs-stable.legacyPackages.${prev.system}.kitty;
immich-latest = prev.immich.overrideAttrs (oldAttrs: {
version = "v1.142.0";
src = inputs.immich;
});
};