Files
nix-config/packages/nextcloud/nextcloud-app-pdfviewer/default.nix
mjallen18 efbbfde6f5 cleanup
2025-09-09 21:43:09 -05:00

11 lines
276 B
Nix

{
fetchNextcloudApp,
...
}:
fetchNextcloudApp {
name = "nextcloud-app-files_pdfviewer";
sha256 = "sha256-TeNOzRczeXK15DURrZ5al0cvXhRj7+y1VA4axPROvD4=";
url = "https://github.com/nextcloud/files_pdfviewer/archive/refs/tags/v31.0.8.tar.gz";
license = "agpl3Only";
}