Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 059920226802
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d8b1303855e2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 16, 2018

  1. goaccess: 1.2 -> 1.3

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/goaccess/versions
    r-ryantm committed Dec 16, 2018
    Copy the full SHA
    2aa36e2 View commit details

Commits on Dec 17, 2018

  1. Merge pull request #52307 from r-ryantm/auto-update/goaccess

    goaccess: 1.2 -> 1.3
    c0bw3b authored Dec 17, 2018
    Copy the full SHA
    d8b1303 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/goaccess/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/goaccess/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, pkgconfig, geoipWithDatabase, ncurses, glib }:

stdenv.mkDerivation rec {
version = "1.2";
version = "1.3";
name = "goaccess-${version}";

src = fetchurl {
url = "https://tar.goaccess.io/goaccess-${version}.tar.gz";
sha256 = "051lrprg9svl5ccc3sif8fl78vfpkrgjcxgi2wngqn7a81jzdabb";
sha256 = "16vv3pj7pbraq173wlxa89jjsd279004j4kgzlrsk1dz4if5qxwc";
};

configureFlags = [