mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-11-03 18:00:11 +00:00 
			
		
		
		
	Update nix package
This commit is contained in:
		@@ -1,5 +1,20 @@
 | 
				
			|||||||
rec {
 | 
					rec {
 | 
				
			||||||
  cfg = {
 | 
					  cfg = {
 | 
				
			||||||
 | 
					    v0_17_1 = rec {
 | 
				
			||||||
 | 
					      version = "0.17.1";
 | 
				
			||||||
 | 
					      server = {
 | 
				
			||||||
 | 
					        url = "https://github.com/eikek/docspell/releases/download/v${version}/docspell-restserver-${version}.zip";
 | 
				
			||||||
 | 
					        sha256 = "1mvzpf8cpc3kwlvvyib2gmbnls6dic7f7z525nvg7v2pm80yy1r5";
 | 
				
			||||||
 | 
					      };
 | 
				
			||||||
 | 
					      joex = {
 | 
				
			||||||
 | 
					        url = "https://github.com/eikek/docspell/releases/download/v${version}/docspell-joex-${version}.zip";
 | 
				
			||||||
 | 
					        sha256 = "0ymi2smwd5m0jqb6jrnld3xralyrq77h9r6m639wiwjdf4ka8s4a";
 | 
				
			||||||
 | 
					      };
 | 
				
			||||||
 | 
					      tools = {
 | 
				
			||||||
 | 
					        url = "https://github.com/eikek/docspell/releases/download/v${version}/docspell-tools-${version}.zip";
 | 
				
			||||||
 | 
					        sha256 = "1fncqw7aif1nv03cjckn401ykbm785hkiws00wbv2qmakymxl5y4";
 | 
				
			||||||
 | 
					      };
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
    v0_16_0 = rec {
 | 
					    v0_16_0 = rec {
 | 
				
			||||||
      version = "0.16.0";
 | 
					      version = "0.16.0";
 | 
				
			||||||
      server = {
 | 
					      server = {
 | 
				
			||||||
@@ -257,7 +272,7 @@ rec {
 | 
				
			|||||||
    };
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
  pkg = v: import ./pkg.nix v;
 | 
					  pkg = v: import ./pkg.nix v;
 | 
				
			||||||
  currentPkg = pkg cfg.v0_16_0;
 | 
					  currentPkg = pkg cfg.v0_17_1;
 | 
				
			||||||
  module-joex = ./module-joex.nix;
 | 
					  module-joex = ./module-joex.nix;
 | 
				
			||||||
  module-restserver = ./module-server.nix;
 | 
					  module-restserver = ./module-server.nix;
 | 
				
			||||||
  module-consumedir = ./module-consumedir.nix;
 | 
					  module-consumedir = ./module-consumedir.nix;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user