Fabian Affolter 2024-02-18 10:35:14 +01:00
parent 045b51a3ae
commit d1f801c743

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 = [