summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs/chitubox/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-06-05 12:47:16 +0200
committermakefu <github@syntax-fehler.de>2021-06-05 12:47:16 +0200
commitcd08cd0ce24d94e94e5ddc9ce9d4049759c7c5f6 (patch)
treec23ca7f86ca77906748a1a40bcf93863213a64e6 /makefu/5pkgs/chitubox/default.nix
parent43654edcc3e30e62de559d8d66484b0aba79e18c (diff)
ma pkgs.chitubox: use archive.org link
Diffstat (limited to 'makefu/5pkgs/chitubox/default.nix')
-rw-r--r--makefu/5pkgs/chitubox/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/5pkgs/chitubox/default.nix b/makefu/5pkgs/chitubox/default.nix
index 2e01949b..bea33e64 100644
--- a/makefu/5pkgs/chitubox/default.nix
+++ b/makefu/5pkgs/chitubox/default.nix
@@ -14,7 +14,8 @@ stdenv.mkDerivation rec {
version = "1.8.1";
src = builtins.fetchTarball {
- url = "https://sac.chitubox.com/software/download.do?softwareId=17839&softwareVersionId=v${version}&fileName=CHITUBOX_V${version}.tar.gz";
+ #url = "https://sac.chitubox.com/software/download.do?softwareId=17839&softwareVersionId=v${version}&fileName=CHITUBOX_V${version}.tar.gz";
+ url = "https://archive.org/download/chitubox-v-1.8.1.tar/CHITUBOX_V${version}.tar.gz";
sha256 = "08fh8w7s5qvlx6bhdg24g81a7zprq7n8m27w2vdv0cd8j0wixbsx";
};
nativeBuildInputs = [ autoPatchelfHook ];