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.
This commit is contained in:
parent
5821a58d23
commit
55ffc7282e
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
passwordFile = "/var/lib/mediawiki/mediawiki-password";
|
passwordFile = "/var/lib/mediawiki/mediawiki-password";
|
||||||
extraConfig = let
|
extraConfig = let
|
||||||
wikidb = pkgs.fetchzip {
|
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=";
|
sha256 = "sha256-8pMNQwmGEsbIoSV1s4RL5Xqq4+f+GNOaCB8VlVnbweY=";
|
||||||
};
|
};
|
||||||
in ''
|
in ''
|
||||||
|
|
Loading…
Reference in a new issue