forked from hacc/haccfiles
services/lantifa: set URL to newest version
Now points to the static newest URL. Added some comments for clarification.
This commit is contained in:
parent
09d6d6838d
commit
b26389da0b
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue