nextcloud: Update apps
This commit is contained in:
		
							parent
							
								
									8ac5fa9357
								
							
						
					
					
						commit
						8f4399c1dd
					
				
					 2 changed files with 18 additions and 40 deletions
				
			
		|  | @ -1,18 +1,4 @@ | ||||||
| { | { | ||||||
|     "apporder": { |  | ||||||
|         "cargoLocks": null, |  | ||||||
|         "date": null, |  | ||||||
|         "extract": null, |  | ||||||
|         "name": "apporder", |  | ||||||
|         "passthru": null, |  | ||||||
|         "pinned": false, |  | ||||||
|         "src": { |  | ||||||
|             "sha256": "1nx1vdwlqyy3x5vw2h2xx51hmv7gsp8mam1fj813yc3655js9m96", |  | ||||||
|             "type": "tarball", |  | ||||||
|             "url": "https://github.com/juliushaertl/apporder/releases/download/v0.15.0/apporder.tar.gz" |  | ||||||
|         }, |  | ||||||
|         "version": "v0.15.0" |  | ||||||
|     }, |  | ||||||
|     "bookmarks": { |     "bookmarks": { | ||||||
|         "cargoLocks": null, |         "cargoLocks": null, | ||||||
|         "date": null, |         "date": null, | ||||||
|  | @ -35,11 +21,11 @@ | ||||||
|         "passthru": null, |         "passthru": null, | ||||||
|         "pinned": false, |         "pinned": false, | ||||||
|         "src": { |         "src": { | ||||||
|             "sha256": "06p92w2idml5g3zc0xhp25rpgkxm3d5pmxpx7dmqlqvw8r6z07an", |             "sha256": "0g29md9rg6a4qhh6hj1q5l7kji0afxmizfrybc1xif4lqbhglaw5", | ||||||
|             "type": "tarball", |             "type": "tarball", | ||||||
|             "url": "https://github.com/nextcloud-releases/calendar/releases/download/v4.2.0/calendar-v4.2.0.tar.gz" |             "url": "https://github.com/nextcloud-releases/calendar/releases/download/v4.2.4/calendar-v4.2.4.tar.gz" | ||||||
|         }, |         }, | ||||||
|         "version": "v4.2.0" |         "version": "v4.2.4" | ||||||
|     }, |     }, | ||||||
|     "contacts": { |     "contacts": { | ||||||
|         "cargoLocks": null, |         "cargoLocks": null, | ||||||
|  | @ -49,11 +35,11 @@ | ||||||
|         "passthru": null, |         "passthru": null, | ||||||
|         "pinned": false, |         "pinned": false, | ||||||
|         "src": { |         "src": { | ||||||
|             "sha256": "097a71if6kkc7nphfc8b6llqlsskjwp1vg83134hzgfscvllvaj8", |             "sha256": "1m00r6cpqyrg2b0p8hg4wqkb3wn643fy63ax7qksp39rn18smrwk", | ||||||
|             "type": "tarball", |             "type": "tarball", | ||||||
|             "url": "https://github.com/nextcloud-releases/contacts/releases/download/v5.0.2/contacts-v5.0.2.tar.gz" |             "url": "https://github.com/nextcloud-releases/contacts/releases/download/v5.1.0/contacts-v5.1.0.tar.gz" | ||||||
|         }, |         }, | ||||||
|         "version": "v5.0.2" |         "version": "v5.1.0" | ||||||
|     }, |     }, | ||||||
|     "cookbook": { |     "cookbook": { | ||||||
|         "cargoLocks": null, |         "cargoLocks": null, | ||||||
|  | @ -77,11 +63,11 @@ | ||||||
|         "passthru": null, |         "passthru": null, | ||||||
|         "pinned": false, |         "pinned": false, | ||||||
|         "src": { |         "src": { | ||||||
|             "sha256": "0pnriarr2iqci2v2hn6vpvszf4m4pkcxsd2i13bp7n1zqkg6swd7", |             "sha256": "0iz1yrl7h60yhc1d1gkalkzc5vlj8sq6lff0ggns6a6qpsdpn9c5", | ||||||
|             "type": "tarball", |             "type": "tarball", | ||||||
|             "url": "https://github.com/nextcloud/news/releases/download/20.0.0/news.tar.gz" |             "url": "https://github.com/nextcloud/news/releases/download/20.0.1/news.tar.gz" | ||||||
|         }, |         }, | ||||||
|         "version": "20.0.0" |         "version": "20.0.1" | ||||||
|     }, |     }, | ||||||
|     "notes": { |     "notes": { | ||||||
|         "cargoLocks": null, |         "cargoLocks": null, | ||||||
|  |  | ||||||
|  | @ -1,14 +1,6 @@ | ||||||
| # This file was generated by nvfetcher, please do not modify it manually. | # This file was generated by nvfetcher, please do not modify it manually. | ||||||
| { fetchgit, fetchurl, fetchFromGitHub, dockerTools }: | { fetchgit, fetchurl, fetchFromGitHub, dockerTools }: | ||||||
| { | { | ||||||
|   apporder = { |  | ||||||
|     pname = "apporder"; |  | ||||||
|     version = "v0.15.0"; |  | ||||||
|     src = fetchTarball { |  | ||||||
|       url = "https://github.com/juliushaertl/apporder/releases/download/v0.15.0/apporder.tar.gz"; |  | ||||||
|       sha256 = "1nx1vdwlqyy3x5vw2h2xx51hmv7gsp8mam1fj813yc3655js9m96"; |  | ||||||
|     }; |  | ||||||
|   }; |  | ||||||
|   bookmarks = { |   bookmarks = { | ||||||
|     pname = "bookmarks"; |     pname = "bookmarks"; | ||||||
|     version = "12.0.0"; |     version = "12.0.0"; | ||||||
|  | @ -19,18 +11,18 @@ | ||||||
|   }; |   }; | ||||||
|   calendar = { |   calendar = { | ||||||
|     pname = "calendar"; |     pname = "calendar"; | ||||||
|     version = "v4.2.0"; |     version = "v4.2.4"; | ||||||
|     src = fetchTarball { |     src = fetchTarball { | ||||||
|       url = "https://github.com/nextcloud-releases/calendar/releases/download/v4.2.0/calendar-v4.2.0.tar.gz"; |       url = "https://github.com/nextcloud-releases/calendar/releases/download/v4.2.4/calendar-v4.2.4.tar.gz"; | ||||||
|       sha256 = "06p92w2idml5g3zc0xhp25rpgkxm3d5pmxpx7dmqlqvw8r6z07an"; |       sha256 = "0g29md9rg6a4qhh6hj1q5l7kji0afxmizfrybc1xif4lqbhglaw5"; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|   contacts = { |   contacts = { | ||||||
|     pname = "contacts"; |     pname = "contacts"; | ||||||
|     version = "v5.0.2"; |     version = "v5.1.0"; | ||||||
|     src = fetchTarball { |     src = fetchTarball { | ||||||
|       url = "https://github.com/nextcloud-releases/contacts/releases/download/v5.0.2/contacts-v5.0.2.tar.gz"; |       url = "https://github.com/nextcloud-releases/contacts/releases/download/v5.1.0/contacts-v5.1.0.tar.gz"; | ||||||
|       sha256 = "097a71if6kkc7nphfc8b6llqlsskjwp1vg83134hzgfscvllvaj8"; |       sha256 = "1m00r6cpqyrg2b0p8hg4wqkb3wn643fy63ax7qksp39rn18smrwk"; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|   cookbook = { |   cookbook = { | ||||||
|  | @ -43,10 +35,10 @@ | ||||||
|   }; |   }; | ||||||
|   news = { |   news = { | ||||||
|     pname = "news"; |     pname = "news"; | ||||||
|     version = "20.0.0"; |     version = "20.0.1"; | ||||||
|     src = fetchTarball { |     src = fetchTarball { | ||||||
|       url = "https://github.com/nextcloud/news/releases/download/20.0.0/news.tar.gz"; |       url = "https://github.com/nextcloud/news/releases/download/20.0.1/news.tar.gz"; | ||||||
|       sha256 = "0pnriarr2iqci2v2hn6vpvszf4m4pkcxsd2i13bp7n1zqkg6swd7"; |       sha256 = "0iz1yrl7h60yhc1d1gkalkzc5vlj8sq6lff0ggns6a6qpsdpn9c5"; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|   notes = { |   notes = { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue