lol

awstats: 7.7.0 -> 7.8.0

Fixes CVE-2020-29600.

+3 -3
+3 -3
pkgs/tools/system/awstats/default.nix
··· 2 2 3 3 perlPackages.buildPerlPackage rec { 4 4 pname = "awstats"; 5 - version = "7.7"; 5 + version = "7.8"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://sourceforge/awstats/${pname}-${version}.tar.gz"; 9 - sha256 = "0z3p77jnpjilajs9yv87r8xla2x1gjqlvrhpbgbh5ih73386v3j2"; 9 + sha256 = "1f6l0hd01jmz7hpg0py8qixxiq50n8gl37iypayskxmy05z8craa"; 10 10 }; 11 11 12 12 postPatch = '' ··· 54 54 55 55 meta = with lib; { 56 56 description = "Real-time logfile analyzer to get advanced statistics"; 57 - homepage = "http://awstats.org"; 57 + homepage = "https://awstats.org"; 58 58 license = licenses.gpl3Plus; 59 59 platforms = platforms.unix; 60 60 };