mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +00:00
Fix nix download urls
This commit is contained in:
parent
b7f2c051f4
commit
73596f5f07
@ -3,18 +3,15 @@ rec {
|
|||||||
v0_3_0 = rec {
|
v0_3_0 = rec {
|
||||||
version = "0.3.0";
|
version = "0.3.0";
|
||||||
server = {
|
server = {
|
||||||
#url = "https://github.com/eikek/docspell/releases/download/v${version}/docspell-restserver-${version}.zip";
|
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";
|
sha256 = "0j942js8h5v7h64bsizylhf28a57y4lpwyl9nwqcg8n2vd059bz5";
|
||||||
};
|
};
|
||||||
joex = {
|
joex = {
|
||||||
#url = "https://github.com/eikek/docspell/releases/download/v${version}/docspell-joex-${version}.zip";
|
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";
|
sha256 = "10rfj9ar5aj0hnis4j62k4d2d7pibgbph3qwj7mvn25p51dcfdvp";
|
||||||
};
|
};
|
||||||
tools = {
|
tools = {
|
||||||
#url = "https://github.com/eikek/docspell/releases/download/v${version}/docspell-tools-${version}.zip";
|
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";
|
sha256 = "1swkmgxfg5rcs45x402gy7s1p40c4ff8hil5qvlx22p7ahwzr25m";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user