Commit ba75ec13 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 6bc9ff3c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "goaccess";
  version = "1.9.4";
  version = "1.10.2";

  src = fetchFromGitHub {
    owner = "allinurl";
    repo = "goaccess";
    tag = "v${finalAttrs.version}";
    hash = "sha256-KevxuZuIrMybNlPZgVDLO0zQe4LfAKxfVBbHnyTUC/o=";
    hash = "sha256-n0+Z3kkjMCjPN0Cb0R1QGSzzXH3S9kjDchy9ay6109s=";
  };

  nativeBuildInputs = [ autoreconfHook ];