goaccess: 1.8 -> 1.8.1

This commit is contained in:
R. Ryantm 2023-11-03 08:16:59 +00:00
parent 014ba34da3
commit b9d1da3252

View file

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