Compare commits
1 commit
main
...
update/Wik
Author | SHA1 | Date | |
---|---|---|---|
|
b26389da0b |
1 changed files with 3 additions and 2 deletions
|
@ -42,8 +42,9 @@ in {
|
|||
passwordFile = "/var/lib/mediawiki/mediawiki-password";
|
||||
extraConfig = let
|
||||
wikidb = pkgs.fetchzip {
|
||||
url = "http://www.kennel17.co.uk/uploads/testwiki/archive/e/e9/20210407232657%21WikiDB.zip";
|
||||
sha256 = "0d4f2ygglz4w515a7lgw59500q3xmr92xxhsmh8p204yaa769x8v";
|
||||
url = "https://www.kennel17.co.uk/uploads/testwiki/e/e9/WikiDB.zip"; # this is always the newest version. Who needs reproducability anyway.
|
||||
# pls check https://www.kennel17.co.uk/testwiki/File:WikiDB.zip before updating the hash
|
||||
sha256 = "0pns9fk1ws54m7rgbfsrxqh6ayab16mmnvzba8m4malljgrbil8b";
|
||||
};
|
||||
in ''
|
||||
// Configure short URLs
|
||||
|
|
Loading…
Reference in a new issue