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: 2e557dcdf6c7
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9f203b3ac074
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 15, 2019

  1. ndpi: 2.2 -> 2.8

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/ndpi/versions
    r-ryantm committed Apr 15, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    starcraft66 Tristan
    Copy the full SHA
    379f453 View commit details

Commits on Apr 20, 2019

  1. Merge pull request #59598 from r-ryantm/auto-update/ndpi

    ndpi: 2.2 -> 2.8
    c0bw3b authored Apr 20, 2019
    Copy the full SHA
    9f203b3 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/ndpi/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/ndpi/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, which, autoconf, automake, libtool, libpcap }:

let version = "2.2"; in
let version = "2.8"; in

stdenv.mkDerivation rec {
name = "ndpi-${version}";
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
owner = "ntop";
repo = "nDPI";
rev = "${version}";
sha256 = "06gg8lhn944arlczmv5i40jkjdnl1nrvsmvm843l9ybcswpayv4m";
sha256 = "0lc4vga89pm954vf92g9fa6xwsjkb13jd6wrcc35zy5j04nf9rzf";
};

configureScript = "./autogen.sh";