diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-06-15 16:00:08 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-06-15 16:00:08 +0200 |
commit | b1b8a5623d22a7ee4301afe4e7b9d368ef7ded8f (patch) | |
tree | c04fd6c2102027331b355583102b26a704c41ae2 /overlays | |
parent | cb589b2e41d966719ab7c21ea6dbf0869c3b0eed (diff) | |
download | Nix-b1b8a5623d22a7ee4301afe4e7b9d368ef7ded8f.tar.gz Nix-b1b8a5623d22a7ee4301afe4e7b9d368ef7ded8f.tar.zst Nix-b1b8a5623d22a7ee4301afe4e7b9d368ef7ded8f.zip |
Upgrade goaccess and adjust parsing
Diffstat (limited to 'overlays')
-rw-r--r-- | overlays/goaccess/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/overlays/goaccess/default.nix b/overlays/goaccess/default.nix index 12b28f3..6b9758b 100644 --- a/overlays/goaccess/default.nix +++ b/overlays/goaccess/default.nix | |||
@@ -1,10 +1,10 @@ | |||
1 | self: super: { | 1 | self: super: { |
2 | goaccess = super.goaccess.overrideAttrs(old: rec { | 2 | goaccess = super.goaccess.overrideAttrs(old: rec { |
3 | name = "goaccess-${version}"; | 3 | name = "goaccess-${version}"; |
4 | version = "1.3"; | 4 | version = "1.4"; |
5 | src = self.fetchurl { | 5 | src = self.fetchurl { |
6 | url = "https://tar.goaccess.io/${name}.tar.gz"; | 6 | url = "https://tar.goaccess.io/${name}.tar.gz"; |
7 | sha256 = "16vv3pj7pbraq173wlxa89jjsd279004j4kgzlrsk1dz4if5qxwc"; | 7 | sha256 = "1gkpjg39f3afdwm9128jqjsfap07p8s027czzlnxfmi5hpzvkyz8"; |
8 | }; | 8 | }; |
9 | configureFlags = old.configureFlags ++ [ "--enable-tcb=btree" ]; | 9 | configureFlags = old.configureFlags ++ [ "--enable-tcb=btree" ]; |
10 | buildInputs = old.buildInputs ++ [ self.tokyocabinet self.bzip2 ]; | 10 | buildInputs = old.buildInputs ++ [ self.tokyocabinet self.bzip2 ]; |