Files
nix-config/packages/nextcloud/nextcloud-app-photos/default.nix
mjallen18 382f059188 upd full
2026-01-12 12:08:36 -06:00

11 lines
263 B
Nix

{
fetchNextcloudApp,
...
}:
fetchNextcloudApp {
name = "nextcloud-app-photos";
sha256 = "sha256-WdNujLjCMuPKsvkaogNeULVsqklAW9fvpIHB2RBHBzM=";
url = "https://github.com/nextcloud/photos/archive/refs/tags/v33.0.0beta2.tar.gz";
license = "agpl3Only";
}