nextcloud: Fix nextcloud app download links
This commit is contained in:
parent
c56de6cf7e
commit
7fb5aac33e
3 changed files with 42 additions and 40 deletions
pkgs/_sources_nextcloud
|
@ -5,56 +5,56 @@
|
|||
pname = "apporder";
|
||||
version = "v0.15.0";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/juliushaertl/apporder/archive/v0.15.0.tar.gz";
|
||||
sha256 = "sha256-2y2FHxli9mqlPvw9mABi09Z96OfB1AFD+XmuV5aOCxY=";
|
||||
url = "https://github.com/juliushaertl/apporder/releases/download/v0.15.0/apporder.tar.gz";
|
||||
sha256 = "sha256-p3VWxTYDCO2NePq6oLM8tBVqYkvoB7itqxp7IZwGDnE=";
|
||||
};
|
||||
};
|
||||
bookmarks = {
|
||||
pname = "bookmarks";
|
||||
version = "v11.0.4";
|
||||
version = "11.0.4";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/nextcloud/bookmarks/archive/v11.0.4.tar.gz";
|
||||
sha256 = "sha256-X6Mg0jQ8EYPctiZ3tDtG4LUPwXRnDj9CJrJZrUs3Z/8=";
|
||||
url = "https://github.com/nextcloud/bookmarks/releases/download/v11.0.4/bookmarks-11.0.4.tar.gz";
|
||||
sha256 = "sha256-URqtzaCx8FEZHCDP1wSBUFNs+x50jesRtWi+xOU1oXM=";
|
||||
};
|
||||
};
|
||||
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=";
|
||||
url = "https://github.com/nextcloud-releases/calendar/releases/download/v3.5.0/calendar-v3.5.0.tar.gz";
|
||||
sha256 = "sha256-+LRGl9h40AQdWN9SW+NqGwTafAGwV07Af8nVs3pUCm0=";
|
||||
};
|
||||
};
|
||||
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=";
|
||||
url = "https://github.com/nextcloud-releases/contacts/releases/download/v4.2.2/contacts-v4.2.2.tar.gz";
|
||||
sha256 = "sha256-GTiyZsUHBXPgQ17DHAihmt2W/ZnAjDwfgwnujkRwk6A=";
|
||||
};
|
||||
};
|
||||
cookbook = {
|
||||
pname = "cookbook";
|
||||
version = "v0.9.15";
|
||||
version = "0.9.15";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/nextcloud/cookbook/archive/v0.9.15.tar.gz";
|
||||
sha256 = "sha256-TkUCCa7wP6leQbTsxKgD21Tf9CONVnbmvXCFhVBITZw=";
|
||||
url = "https://github.com/nextcloud/cookbook/releases/download/v0.9.15/Cookbook-0.9.15.tar.gz";
|
||||
sha256 = "sha256-v64rLGyMQOdStyivpJsKrNxwumVQvyK3CnHtZ+K+elE=";
|
||||
};
|
||||
};
|
||||
news = {
|
||||
pname = "news";
|
||||
version = "18.2.0";
|
||||
version = "18.3.0";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/nextcloud/news/releases/download/18.2.0/news.tar.gz";
|
||||
sha256 = "sha256-eS0cFwJmYfGGJmA02AOWO/OXfqfyI71u2GataDj18DE=";
|
||||
url = "https://github.com/nextcloud/news/releases/download/18.3.0/news.tar.gz";
|
||||
sha256 = "sha256-O6gaA+EN10dkfbDw5i6jV1NEyR4UP22Jj2DnWEzUcGg=";
|
||||
};
|
||||
};
|
||||
notes = {
|
||||
pname = "notes";
|
||||
version = "v4.5.1";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/nextcloud/notes/archive/v4.5.1.tar.gz";
|
||||
sha256 = "sha256-qhhaQyb9LgLza4CAcNZbl97xa271M7Wqmw8TtBEFpXk=";
|
||||
url = "https://github.com/nextcloud/notes/releases/download/v4.5.1/notes.tar.gz";
|
||||
sha256 = "sha256-rd3uVkVtARX4enRAWm1ivV468lboYZnYe7/zsqaHYpk=";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue