Merge branch 'update/WikiDB-5.0.4' into 'main'

services/lantifa: set URL to newest version

Closes #8

See merge request hacc/infra/haccfiles!82
This commit is contained in:
schweby 2021-11-08 11:29:03 +00:00
commit 453aa9446e

View file

@ -42,8 +42,9 @@ in {
passwordFile = "/var/lib/mediawiki/mediawiki-password"; passwordFile = "/var/lib/mediawiki/mediawiki-password";
extraConfig = let extraConfig = let
wikidb = pkgs.fetchzip { wikidb = pkgs.fetchzip {
url = "http://www.kennel17.co.uk/uploads/testwiki/archive/e/e9/20210407232657%21WikiDB.zip"; url = "https://www.kennel17.co.uk/uploads/testwiki/e/e9/WikiDB.zip"; # this is always the newest version. Who needs reproducability anyway.
sha256 = "0d4f2ygglz4w515a7lgw59500q3xmr92xxhsmh8p204yaa769x8v"; # pls check https://www.kennel17.co.uk/testwiki/File:WikiDB.zip before updating the hash
sha256 = "0pns9fk1ws54m7rgbfsrxqh6ayab16mmnvzba8m4malljgrbil8b";
}; };
in '' in ''
// Configure short URLs // Configure short URLs