From b26389da0b36d0d0b5d64f9ad66b04d6bf6b7e66 Mon Sep 17 00:00:00 2001 From: schweby Date: Tue, 26 Oct 2021 13:45:03 +0200 Subject: [PATCH] services/lantifa: set URL to newest version Now points to the static newest URL. Added some comments for clarification. --- services/lantifa.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/services/lantifa.nix b/services/lantifa.nix index 78ee25d..3114731 100644 --- a/services/lantifa.nix +++ b/services/lantifa.nix @@ -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