Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #124543 from r-ryantm/auto-update/goaccess

goaccess: 1.4.6 -> 1.5

authored by Fabian Affolter and committed by GitHub 8a671970 18c84229

+2 -2
+2 -2
pkgs/tools/misc/goaccess/default.nix
··· 1 { lib, stdenv, fetchurl, ncurses, gettext, openssl, withGeolocation ? true, libmaxminddb }: 2 3 stdenv.mkDerivation rec { 4 - version = "1.4.6"; 5 pname = "goaccess"; 6 7 src = fetchurl { 8 url = "https://tar.goaccess.io/goaccess-${version}.tar.gz"; 9 - sha256 = "1l3j3i4vb7ni7i047qvi9a3hs43ym24r6hfcnqsbhgrb731jf3qx"; 10 }; 11 12 configureFlags = [
··· 1 { lib, stdenv, fetchurl, ncurses, gettext, openssl, withGeolocation ? true, libmaxminddb }: 2 3 stdenv.mkDerivation rec { 4 + version = "1.5"; 5 pname = "goaccess"; 6 7 src = fetchurl { 8 url = "https://tar.goaccess.io/goaccess-${version}.tar.gz"; 9 + sha256 = "sha256-liJtXfiXAyg+NBCcF+G07v4kBKWefHaitu76EPOqwWE="; 10 }; 11 12 configureFlags = [