libpcap: 1.9.1 -> 1.10.0
This commit is contained in:
parent
d1bfbb992d
commit
e09aa04c4b
@ -4,11 +4,11 @@ with stdenv.lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libpcap";
|
pname = "libpcap";
|
||||||
version = "1.9.1";
|
version = "1.10.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.tcpdump.org/release/${pname}-${version}.tar.gz";
|
url = "https://www.tcpdump.org/release/${pname}-${version}.tar.gz";
|
||||||
sha256 = "153h1378diqyc27jjgz6gg5nxmb4ddk006d9xg69nqavgiikflk3";
|
sha256 = "sha256-jRK0JiPu7+6HLxI70NyF1TWwDfTULoZfmTxA97/JKx4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ flex bison ]
|
nativeBuildInputs = [ flex bison ]
|
||||||
|
Loading…
Reference in New Issue
Block a user