Skip to content

Commit 0c7afce

Browse files
committedDec 19, 2016
goaccess: 1.0 -> 1.1.1
1 parent 30f717e commit 0c7afce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/misc/goaccess/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{ stdenv, fetchurl, pkgconfig, geoipWithDatabase, ncurses, glib }:
22

33
stdenv.mkDerivation rec {
4-
version = "1.0";
4+
version = "1.1.1";
55
name = "goaccess-${version}";
66

77
src = fetchurl {
88
url = "http://tar.goaccess.io/goaccess-${version}.tar.gz";
9-
sha256 = "1zma9p0gwxwl9kgq47i487fy1q8567fqnpik0zacjhgmpnzry3h0";
9+
sha256 = "1lxnhvh4xhkgzdv0l2fiza2099phn9zs04p9cqfhhl5k6xq18wsc";
1010
};
1111

1212
configureFlags = [

0 commit comments

Comments
 (0)
Please sign in to comment.