Fix nix download urls

This commit is contained in:
Eike Kettner 2020-03-01 00:56:07 +01:00
parent b7f2c051f4
commit 73596f5f07

View File

@ -3,18 +3,15 @@ rec {
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";
url = "https://github.com/eikek/docspell/releases/download/v${version}/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";
url = "https://github.com/eikek/docspell/releases/download/v${version}/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";
url = "https://github.com/eikek/docspell/releases/download/v${version}/docspell-tools-${version}.zip";
sha256 = "1swkmgxfg5rcs45x402gy7s1p40c4ff8hil5qvlx22p7ahwzr25m";
};
};