goaccess: 1.6.3 -> 1.6.4

This commit is contained in:
R. Ryantm 2022-10-04 13:13:09 +00:00 committed by Bobby Rong
parent 510e232f28
commit 1d266f763e

View file

@ -10,14 +10,14 @@
}:
stdenv.mkDerivation rec {
version = "1.6.3";
version = "1.6.4";
pname = "goaccess";
src = fetchFromGitHub {
owner = "allinurl";
repo = pname;
rev = "v${version}";
sha256 = "sha256-PeF+NfoLizPdk8yHQRfycBSpf3ZIUZX2YQdAbVbdArc=";
sha256 = "sha256-Gm9WtlkjJui8pFk1jypu4i/A14nL8itJIHPQl05+gLg=";
};
nativeBuildInputs = [