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.
pull/5/head
Moira 2022-10-09 10:06:30 +02:00
parent 5821a58d23
commit 55ffc7282e
Signed by: moira
GPG Key ID: AF92FDD91CB44B2F
1 changed files with 1 additions and 1 deletions

View File

@ -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 ''