goaccess: 1.9.2 -> 1.9.3

This commit is contained in:
R. Ryantm 2024-06-02 04:04:00 +00:00
parent a37a6e107f
commit ee6268297c

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "goaccess";
version = "1.9.2";
version = "1.9.3";
src = fetchFromGitHub {
owner = "allinurl";
repo = "goaccess";
rev = "refs/tags/v${version}";
hash = "sha256-FAooBAP2RbqAp7NTJNBdbRVldGCbx3SvOoTaiQ9Fl/I=";
hash = "sha256-ZOngDAHA88YQvkx2pk5ZSpBzxqelvCIR4z5hiFmfGyc=";
};
nativeBuildInputs = [ autoreconfHook ];