lol

goaccess: 1.5.1 -> 1.5.2

+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.5.1"; 5 pname = "goaccess"; 6 7 src = fetchurl { 8 url = "https://tar.goaccess.io/goaccess-${version}.tar.gz"; 9 - sha256 = "sha256-iEF+eOYrcN45gLdiKRHk/NcZw2YPADyIeWjnGWw5lw8="; 10 }; 11 12 configureFlags = [
··· 1 { lib, stdenv, fetchurl, ncurses, gettext, openssl, withGeolocation ? true, libmaxminddb }: 2 3 stdenv.mkDerivation rec { 4 + version = "1.5.2"; 5 pname = "goaccess"; 6 7 src = fetchurl { 8 url = "https://tar.goaccess.io/goaccess-${version}.tar.gz"; 9 + sha256 = "sha256-oM4vk5OyYiSE5GnpWoCd/VKt5NQgBJHkPt4fy1KrHIo="; 10 }; 11 12 configureFlags = [