mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
goaccess: update to 0.8.5
This commit is contained in:
parent
52ce239786
commit
24848992bc
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
{ stdenv, fetchurl, pkgconfig, geoip, ncurses, glib }:
|
||||
|
||||
let
|
||||
version = "0.8";
|
||||
version = "0.8.5";
|
||||
mainSrc = fetchurl {
|
||||
url = "http://tar.goaccess.prosoftcorp.com/goaccess-${version}.tar.gz";
|
||||
sha256 = "a61215b1f3e82bdb50c892e843f1a85d6d85f882915d694a5672911fab955eea";
|
||||
url = "http://tar.goaccess.io/goaccess-${version}.tar.gz";
|
||||
sha256 = "121s1hva33nq0g5n354ln68nalv2frg8slm7n84r81bmi2wvdim4";
|
||||
};
|
||||
in
|
||||
|
||||
|
|
Loading…
Reference in a new issue