Files
nix-config/packages/nextcloud/photos/default.nix
2025-09-09 20:41:37 -05:00

10 lines
243 B
Nix

{
fetchNextcloudApp,
...
}:
fetchNextcloudApp {
name = "photos";
sha256 = "sha256-F2hh/0RlLG2zcEatfd4fejRV0i2hMkwONM4P7nhdh18=";
url = "https://github.com/nextcloud/photos/archive/refs/tags/v31.0.8.tar.gz";
license = "agpl3Only";
}