3
0
Fork 0
forked from mirrors/nixpkgs

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

goaccess: 1.5 -> 1.5.1
This commit is contained in:
Luke Granger-Brown 2021-07-03 01:32:50 +01:00 committed by GitHub
commit 83292f696d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, ncurses, gettext, openssl, withGeolocation ? true, libmaxminddb }:
stdenv.mkDerivation rec {
version = "1.5";
version = "1.5.1";
pname = "goaccess";
src = fetchurl {
url = "https://tar.goaccess.io/goaccess-${version}.tar.gz";
sha256 = "sha256-liJtXfiXAyg+NBCcF+G07v4kBKWefHaitu76EPOqwWE=";
sha256 = "sha256-iEF+eOYrcN45gLdiKRHk/NcZw2YPADyIeWjnGWw5lw8=";
};
configureFlags = [