Files
mjallen18 70002a19e2 hmm
2026-04-07 18:39:42 -05:00

11 lines
263 B
Nix
Executable File

{
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";
}