Update
This commit is contained in:
parent
c72953e1ef
commit
5c89aa5b83
3 changed files with 28 additions and 28 deletions
pkgs/_sources_nextcloud
|
@ -68,11 +68,11 @@
|
|||
"pinned": false,
|
||||
"src": {
|
||||
"name": null,
|
||||
"sha256": "sha256-v64rLGyMQOdStyivpJsKrNxwumVQvyK3CnHtZ+K+elE=",
|
||||
"sha256": "sha256-P3jgNAFcABwTBzOnW9/R6hp8Ak6XoXvz+B9GVS9/BeM=",
|
||||
"type": "url",
|
||||
"url": "https://github.com/nextcloud/cookbook/releases/download/v0.9.15/Cookbook-0.9.15.tar.gz"
|
||||
"url": "https://github.com/nextcloud/cookbook/releases/download/v0.9.16/Cookbook-0.9.16.tar.gz"
|
||||
},
|
||||
"version": "0.9.15"
|
||||
"version": "0.9.16"
|
||||
},
|
||||
"news": {
|
||||
"cargoLocks": null,
|
||||
|
@ -83,11 +83,11 @@
|
|||
"pinned": false,
|
||||
"src": {
|
||||
"name": null,
|
||||
"sha256": "sha256-O6gaA+EN10dkfbDw5i6jV1NEyR4UP22Jj2DnWEzUcGg=",
|
||||
"sha256": "sha256-lVF4H9v7bSw8137lfq4PsVg8e1TpcgvJVQU/UVQfSoY=",
|
||||
"type": "url",
|
||||
"url": "https://github.com/nextcloud/news/releases/download/18.3.0/news.tar.gz"
|
||||
"url": "https://github.com/nextcloud/news/releases/download/19.0.0/news.tar.gz"
|
||||
},
|
||||
"version": "18.3.0"
|
||||
"version": "19.0.0"
|
||||
},
|
||||
"notes": {
|
||||
"cargoLocks": null,
|
||||
|
|
|
@ -35,18 +35,18 @@
|
|||
};
|
||||
cookbook = {
|
||||
pname = "cookbook";
|
||||
version = "0.9.15";
|
||||
version = "0.9.16";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/nextcloud/cookbook/releases/download/v0.9.15/Cookbook-0.9.15.tar.gz";
|
||||
sha256 = "sha256-v64rLGyMQOdStyivpJsKrNxwumVQvyK3CnHtZ+K+elE=";
|
||||
url = "https://github.com/nextcloud/cookbook/releases/download/v0.9.16/Cookbook-0.9.16.tar.gz";
|
||||
sha256 = "sha256-P3jgNAFcABwTBzOnW9/R6hp8Ak6XoXvz+B9GVS9/BeM=";
|
||||
};
|
||||
};
|
||||
news = {
|
||||
pname = "news";
|
||||
version = "18.3.0";
|
||||
version = "19.0.0";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/nextcloud/news/releases/download/18.3.0/news.tar.gz";
|
||||
sha256 = "sha256-O6gaA+EN10dkfbDw5i6jV1NEyR4UP22Jj2DnWEzUcGg=";
|
||||
url = "https://github.com/nextcloud/news/releases/download/19.0.0/news.tar.gz";
|
||||
sha256 = "sha256-lVF4H9v7bSw8137lfq4PsVg8e1TpcgvJVQU/UVQfSoY=";
|
||||
};
|
||||
};
|
||||
notes = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue