nextcloud: Update the service and apps for 22.11
This commit is contained in:
parent
411e075ef1
commit
b798efb2c0
6 changed files with 70 additions and 97 deletions
|
@ -1,13 +1,8 @@
|
|||
{
|
||||
fetchNextcloudApp,
|
||||
lib,
|
||||
}: let
|
||||
inherit (lib) removePrefix;
|
||||
in
|
||||
source:
|
||||
fetchNextcloudApp {
|
||||
name = source.pname;
|
||||
version = removePrefix "v" source.version;
|
||||
url = source.src.url;
|
||||
sha256 = source.src.outputHash;
|
||||
}
|
||||
}: source:
|
||||
fetchNextcloudApp {
|
||||
url = source.src.url;
|
||||
sha256 = source.src.sha256;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue