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

11 lines
271 B
Nix
Executable File

{
fetchNextcloudApp,
...
}:
fetchNextcloudApp {
name = "nextcloud-app-richdocuments";
sha256 = "sha256-Uk8GVXMpioV7xprnPXdaD/5Y0I4SH0IezGsJgpF2HLg=";
url = "https://github.com/nextcloud/richdocuments/archive/refs/tags/v9.0.2.tar.gz";
license = "agpl3Only";
}