nextcloud: Fetch apps using nvfetcher
This commit is contained in:
parent
c4fa991b62
commit
61d3008bc3
9 changed files with 318 additions and 66 deletions
pkgs/_sources_nextcloud
60
pkgs/_sources_nextcloud/generated.nix
Normal file
60
pkgs/_sources_nextcloud/generated.nix
Normal file
|
@ -0,0 +1,60 @@
|
|||
# This file was generated by nvfetcher, please do not modify it manually.
|
||||
{ fetchgit, fetchurl, fetchFromGitHub }:
|
||||
{
|
||||
apporder = {
|
||||
pname = "apporder";
|
||||
version = "v0.15.0";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/juliushaertl/apporder/archive/v0.15.0.tar.gz";
|
||||
sha256 = "sha256-2y2FHxli9mqlPvw9mABi09Z96OfB1AFD+XmuV5aOCxY=";
|
||||
};
|
||||
};
|
||||
bookmarks = {
|
||||
pname = "bookmarks";
|
||||
version = "v11.0.4";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/nextcloud/bookmarks/archive/v11.0.4.tar.gz";
|
||||
sha256 = "sha256-X6Mg0jQ8EYPctiZ3tDtG4LUPwXRnDj9CJrJZrUs3Z/8=";
|
||||
};
|
||||
};
|
||||
calendar = {
|
||||
pname = "calendar";
|
||||
version = "v3.5.0";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/nextcloud-releases/calendar/archive/v3.5.0.tar.gz";
|
||||
sha256 = "sha256-keeWi/o+mOV7z5QNATJKwrd0olbCNdrK7YpGHg9qolk=";
|
||||
};
|
||||
};
|
||||
contacts = {
|
||||
pname = "contacts";
|
||||
version = "v4.2.2";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/nextcloud-releases/contacts/archive/v4.2.2.tar.gz";
|
||||
sha256 = "sha256-4dEEy8zSjZYsClO6u+oWfvIlPYJq9+m1+a/mHTQRlaY=";
|
||||
};
|
||||
};
|
||||
cookbook = {
|
||||
pname = "cookbook";
|
||||
version = "v0.9.15";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/nextcloud/cookbook/archive/v0.9.15.tar.gz";
|
||||
sha256 = "sha256-TkUCCa7wP6leQbTsxKgD21Tf9CONVnbmvXCFhVBITZw=";
|
||||
};
|
||||
};
|
||||
news = {
|
||||
pname = "news";
|
||||
version = "18.2.0";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/nextcloud/news/releases/download/18.2.0/news.tar.gz";
|
||||
sha256 = "sha256-eS0cFwJmYfGGJmA02AOWO/OXfqfyI71u2GataDj18DE=";
|
||||
};
|
||||
};
|
||||
notes = {
|
||||
pname = "notes";
|
||||
version = "v4.5.1";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/nextcloud/notes/archive/v4.5.1.tar.gz";
|
||||
sha256 = "sha256-qhhaQyb9LgLza4CAcNZbl97xa271M7Wqmw8TtBEFpXk=";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue