Merge pull request #289710 from fabaff/goaccess-bump

goaccess: 1.8.1 -> 1.9.1
This commit is contained in:
Fabian Affolter 2024-02-18 23:04:34 +01:00 committed by GitHub
commit 11219c0eb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
}:
stdenv.mkDerivation rec {
version = "1.8.1";
version = "1.9.1";
pname = "goaccess";
src = fetchFromGitHub {
owner = "allinurl";
repo = pname;
rev = "v${version}";
sha256 = "sha256-GTW7ECSHjFBw8O2NewvMgC+3aheusupDlSBTxZriHHc=";
sha256 = "sha256-vfsMyUnhwsI/tY7d/UpDCyG6DmYzWn9qTi2C0icTPpg=";
};
nativeBuildInputs = [