goaccess: 1.7.2 -> 1.8

Diff: https://github.com/allinurl/goaccess/compare/v1.7.2...v1.8

Changelog: https://github.com/allinurl/goaccess/raw/v1.8/ChangeLog

+2 -2
+2 -2
pkgs/tools/misc/goaccess/default.nix
··· 10 10 }: 11 11 12 12 stdenv.mkDerivation rec { 13 - version = "1.7.2"; 13 + version = "1.8"; 14 14 pname = "goaccess"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "allinurl"; 18 18 repo = pname; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-LYvdxVlGL4dVfhYkeR+TmYSvey0ArJrkC37t5BIIJfE="; 20 + sha256 = "sha256-nZqjC6PEpD/md+mWRhuro2hAxVAGiUhETfZMVHlfP5o="; 21 21 }; 22 22 23 23 nativeBuildInputs = [