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 }: 11 12 stdenv.mkDerivation rec { 13 - version = "1.7.2"; 14 pname = "goaccess"; 15 16 src = fetchFromGitHub { 17 owner = "allinurl"; 18 repo = pname; 19 rev = "v${version}"; 20 - sha256 = "sha256-LYvdxVlGL4dVfhYkeR+TmYSvey0ArJrkC37t5BIIJfE="; 21 }; 22 23 nativeBuildInputs = [
··· 10 }: 11 12 stdenv.mkDerivation rec { 13 + version = "1.8"; 14 pname = "goaccess"; 15 16 src = fetchFromGitHub { 17 owner = "allinurl"; 18 repo = pname; 19 rev = "v${version}"; 20 + sha256 = "sha256-nZqjC6PEpD/md+mWRhuro2hAxVAGiUhETfZMVHlfP5o="; 21 }; 22 23 nativeBuildInputs = [