mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-02 13:32:51 +00:00
Add new version to nix files
This commit is contained in:
parent
aa3b9258c4
commit
c23d73fffb
@ -51,6 +51,7 @@ in
|
|||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "docspelltest";
|
hostName = "docspelltest";
|
||||||
|
firewall.allowedTCPPorts = [7880];
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "19.09";
|
system.stateVersion = "19.09";
|
||||||
|
@ -1,5 +1,23 @@
|
|||||||
rec {
|
rec {
|
||||||
cfg = {
|
cfg = {
|
||||||
|
v0_3_0 = rec {
|
||||||
|
version = "0.3.0";
|
||||||
|
server = {
|
||||||
|
#url = "https://github.com/eikek/docspell/releases/download/v${version}/docspell-restserver-${version}.zip";
|
||||||
|
url = "http://eknet.org/temp/docspell-restserver-${version}.zip";
|
||||||
|
sha256 = "0j942js8h5v7h64bsizylhf28a57y4lpwyl9nwqcg8n2vd059bz5";
|
||||||
|
};
|
||||||
|
joex = {
|
||||||
|
#url = "https://github.com/eikek/docspell/releases/download/v${version}/docspell-joex-${version}.zip";
|
||||||
|
url = "http://eknet.org/temp/docspell-joex-${version}.zip";
|
||||||
|
sha256 = "10rfj9ar5aj0hnis4j62k4d2d7pibgbph3qwj7mvn25p51dcfdvp";
|
||||||
|
};
|
||||||
|
tools = {
|
||||||
|
#url = "https://github.com/eikek/docspell/releases/download/v${version}/docspell-tools-${version}.zip";
|
||||||
|
url = "http://eknet.org/temp/docspell-tools-${version}.zip";
|
||||||
|
sha256 = "1swkmgxfg5rcs45x402gy7s1p40c4ff8hil5qvlx22p7ahwzr25m";
|
||||||
|
};
|
||||||
|
};
|
||||||
v0_2_0 = rec {
|
v0_2_0 = rec {
|
||||||
version = "0.2.0";
|
version = "0.2.0";
|
||||||
server = {
|
server = {
|
||||||
@ -32,7 +50,7 @@ rec {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
pkg = v: import ./pkg.nix v;
|
pkg = v: import ./pkg.nix v;
|
||||||
currentPkg = pkg cfg.v0_2_0;
|
currentPkg = pkg cfg.v0_3_0;
|
||||||
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user