Unverified Commit cba95e29 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #258654 from fabaff/goaccess-bump

goaccess: 1.7.2 -> 1.8
parents bf31a2a4 fcafb9b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@
}:

stdenv.mkDerivation rec {
  version = "1.7.2";
  version = "1.8";
  pname = "goaccess";

  src = fetchFromGitHub {
    owner = "allinurl";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-LYvdxVlGL4dVfhYkeR+TmYSvey0ArJrkC37t5BIIJfE=";
    sha256 = "sha256-nZqjC6PEpD/md+mWRhuro2hAxVAGiUhETfZMVHlfP5o=";
  };

  nativeBuildInputs = [