Merge pull request #41667 from r-ryantm/auto-update/ndpi

ndpi: 1.8 -> 2.2
This commit is contained in:
Jörg Thalheim 2018-06-08 14:31:11 +01:00 committed by GitHub
commit ad48dd15d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, which, autoconf, automake, libtool, libpcap }:
let version = "1.8"; in
let version = "2.2"; in
stdenv.mkDerivation rec {
name = "ndpi-${version}";
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
owner = "ntop";
repo = "nDPI";
rev = "${version}";
sha256 = "0kxp9dv4d1nmr2cxv6zsfy2j14wyb0q6am0qyxg0npjb08p7njf4";
sha256 = "06gg8lhn944arlczmv5i40jkjdnl1nrvsmvm843l9ybcswpayv4m";
};
configureScript = "./autogen.sh";