Merge pull request #110042 from r-ryantm/auto-update/libpcap

libpcap: 1.9.1 -> 1.10.0
This commit is contained in:
Robin Gloster 2021-02-15 13:13:15 -06:00 committed by GitHub
commit 4b31e7d6b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@ with lib;
stdenv.mkDerivation rec {
pname = "libpcap";
version = "1.9.1";
version = "1.10.0";
src = fetchurl {
url = "https://www.tcpdump.org/release/${pname}-${version}.tar.gz";
sha256 = "153h1378diqyc27jjgz6gg5nxmb4ddk006d9xg69nqavgiikflk3";
sha256 = "sha256-jRK0JiPu7+6HLxI70NyF1TWwDfTULoZfmTxA97/JKx4=";
};
nativeBuildInputs = [ flex bison ]