]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - pkgs/webapps/nextcloud/apps/extract.nix
Upgrade nextcloud
[perso/Immae/Config/Nix.git] / pkgs / webapps / nextcloud / apps / extract.nix
CommitLineData
65b715d7
IB
1{ buildApp, nextcloudVersion }:
2assert nextcloudVersion >= 13 && nextcloudVersion <= 19;
8a04ee09
IB
3buildApp rec {
4 appName = "extract";
65b715d7 5 version = "1.2.4";
8a04ee09 6 url = "https://github.com/PaulLereverend/NextcloudExtract/releases/download/${version}/${appName}.tar.gz";
65b715d7 7 sha256 = "0f1csv0warga12a1hkgdcnhnfiwfv5z2ab3mri4frn2qlh12wyby";
8a04ee09 8}