52 lines
		
	
	
	
		
			1.7 KiB
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
	
		
			1.7 KiB
		
	
	
	
		
			Nix
		
	
	
	
	
	
| # This file was generated by nvfetcher, please do not modify it manually.
 | |
| { fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
 | |
| {
 | |
|   bookmarks = {
 | |
|     pname = "bookmarks";
 | |
|     version = "12.1.0";
 | |
|     src = fetchTarball {
 | |
|       url = "https://github.com/nextcloud/bookmarks/releases/download/v12.1.0/bookmarks-12.1.0.tar.gz";
 | |
|       sha256 = "1kdpma5f3rb9g29j364lqv6bkar5qgwlvcxmhpmzllwlkmjpc9w8";
 | |
|     };
 | |
|   };
 | |
|   calendar = {
 | |
|     pname = "calendar";
 | |
|     version = "v4.3.3";
 | |
|     src = fetchTarball {
 | |
|       url = "https://github.com/nextcloud-releases/calendar/releases/download/v4.3.3/calendar-v4.3.3.tar.gz";
 | |
|       sha256 = "0xhrpadzz73rdjyk4y1xm5hwc6k104rlpp9nmw08pq8phpfs12qa";
 | |
|     };
 | |
|   };
 | |
|   contacts = {
 | |
|     pname = "contacts";
 | |
|     version = "v5.2.0";
 | |
|     src = fetchTarball {
 | |
|       url = "https://github.com/nextcloud-releases/contacts/releases/download/v5.2.0/contacts-v5.2.0.tar.gz";
 | |
|       sha256 = "1rdql3m7pg9m044hppyrm3xw329y8h0pzwcmpcinjbjs0vqjssxk";
 | |
|     };
 | |
|   };
 | |
|   cookbook = {
 | |
|     pname = "cookbook";
 | |
|     version = "0.10.2";
 | |
|     src = fetchTarball {
 | |
|       url = "https://github.com/nextcloud/cookbook/releases/download/v0.10.2/Cookbook-0.10.2.tar.gz";
 | |
|       sha256 = "18rzvdqd99nlkk3p0y9y8b17ihw5c4c9wsx8psq6xadspm97002y";
 | |
|     };
 | |
|   };
 | |
|   news = {
 | |
|     pname = "news";
 | |
|     version = "21.1.0";
 | |
|     src = fetchTarball {
 | |
|       url = "https://github.com/nextcloud/news/releases/download/21.1.0/news.tar.gz";
 | |
|       sha256 = "026ggjf6dqbjv8hnj6jj1nnqz0256ck2yg13zhln7zc84lhfzlfd";
 | |
|     };
 | |
|   };
 | |
|   notes = {
 | |
|     pname = "notes";
 | |
|     version = "v4.7.2";
 | |
|     src = fetchTarball {
 | |
|       url = "https://github.com/nextcloud/notes/releases/download/v4.7.2/notes.tar.gz";
 | |
|       sha256 = "0klqf8dixrrb8yp8cc60ggnvhmqb3yh9f6y1281jn8ia5jml622v";
 | |
|     };
 | |
|   };
 | |
| }
 |