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

11 lines
281 B
Nix
Executable File

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