From 55ffc7282e6b7a61f0449f49d5e49830e39d9c3f Mon Sep 17 00:00:00 2001 From: moira Date: Sun, 9 Oct 2022 10:06:30 +0200 Subject: [PATCH] services/lantifa: pin WikiDB version resolves the issue with the nixfiles being unable to be built, because of a hash mismatch. The previous URL always pointed to the newest version instead of a static one. Sadly static links only exist for previous, but not the current version. --- services/lantifa.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/lantifa.nix b/services/lantifa.nix index e1649d2..8d2c954 100644 --- a/services/lantifa.nix +++ b/services/lantifa.nix @@ -39,7 +39,7 @@ passwordFile = "/var/lib/mediawiki/mediawiki-password"; extraConfig = let wikidb = pkgs.fetchzip { - url = "https://www.kennel17.co.uk/uploads/testwiki/e/e9/WikiDB.zip"; + url = "https://www.kennel17.co.uk/uploads/testwiki/archive/e/e9/20220802220244%21WikiDB.zip"; sha256 = "sha256-8pMNQwmGEsbIoSV1s4RL5Xqq4+f+GNOaCB8VlVnbweY="; }; in ''