Merge pull request #258654 from fabaff/goaccess-bump

goaccess: 1.7.2 -> 1.8
This commit is contained in:
Mario Rodas 2023-10-02 19:56:55 -05:00 committed by GitHub
commit cba95e29d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.7.2"; version = "1.8";
pname = "goaccess"; pname = "goaccess";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "allinurl"; owner = "allinurl";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-LYvdxVlGL4dVfhYkeR+TmYSvey0ArJrkC37t5BIIJfE="; sha256 = "sha256-nZqjC6PEpD/md+mWRhuro2hAxVAGiUhETfZMVHlfP5o=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [