11 lines
263 B
Nix
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";
|
|
}
|