Update inputs
This commit is contained in:
parent
85a989d3c8
commit
4d5eaf34be
3 changed files with 22 additions and 22 deletions
pkgs/_sources_nextcloud
|
@ -68,11 +68,11 @@
|
|||
"pinned": false,
|
||||
"src": {
|
||||
"name": null,
|
||||
"sha256": "sha256-P3jgNAFcABwTBzOnW9/R6hp8Ak6XoXvz+B9GVS9/BeM=",
|
||||
"sha256": "sha256-3lCqvmaMsgrFD5PzyHIcwxxGeC+qOMTGxbOi7nPFL6I=",
|
||||
"type": "url",
|
||||
"url": "https://github.com/nextcloud/cookbook/releases/download/v0.9.16/Cookbook-0.9.16.tar.gz"
|
||||
"url": "https://github.com/nextcloud/cookbook/releases/download/v0.9.17/Cookbook-0.9.17.tar.gz"
|
||||
},
|
||||
"version": "0.9.16"
|
||||
"version": "0.9.17"
|
||||
},
|
||||
"news": {
|
||||
"cargoLocks": null,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This file was generated by nvfetcher, please do not modify it manually.
|
||||
{ fetchgit, fetchurl, fetchFromGitHub }:
|
||||
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
|
||||
{
|
||||
apporder = {
|
||||
pname = "apporder";
|
||||
|
@ -35,10 +35,10 @@
|
|||
};
|
||||
cookbook = {
|
||||
pname = "cookbook";
|
||||
version = "0.9.16";
|
||||
version = "0.9.17";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/nextcloud/cookbook/releases/download/v0.9.16/Cookbook-0.9.16.tar.gz";
|
||||
sha256 = "sha256-P3jgNAFcABwTBzOnW9/R6hp8Ak6XoXvz+B9GVS9/BeM=";
|
||||
url = "https://github.com/nextcloud/cookbook/releases/download/v0.9.17/Cookbook-0.9.17.tar.gz";
|
||||
sha256 = "sha256-3lCqvmaMsgrFD5PzyHIcwxxGeC+qOMTGxbOi7nPFL6I=";
|
||||
};
|
||||
};
|
||||
news = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue