Merge pull request #226245 from LeSuisse/tcpdump-4.99.4

tcpdump: 4.99.3 -> 4.99.4, libpcap: 1.10.3 -> 1.10.4
This commit is contained in:
Robert Scott
2023-04-16 00:06:18 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "libpcap";
version = "1.10.3";
version = "1.10.4";
src = fetchurl {
url = "https://www.tcpdump.org/release/${pname}-${version}.tar.gz";
sha256 = "sha256-KoiFxANRbPewkz7UsU1sqjDgIFJInr1BTcdaxS51WeY=";
hash = "sha256-7RmgOD+tcuOtQ1/SOdfNgNZJFrhyaVUBWdIORxYOvl8=";
};
buildInputs = lib.optionals stdenv.isLinux [ libnl ]
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "tcpdump";
version = "4.99.3";
version = "4.99.4";
src = fetchurl {
url = "http://www.tcpdump.org/release/tcpdump-${version}.tar.gz";
sha256 = "sha256-rXWm7T3A2XMpRbLlSDy0Hci0tSihaTFeSZxoYZUuc7M=";
hash = "sha256-AjIjG7LynWvyQm5woIp+DGOg1ZqbRIY7f14jV6bkn+o=";
};
postPatch = ''