mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 17:12:27 +00:00
libpcap: 1.10.4 -> 1.10.5
Changes: https://git.tcpdump.org/libpcap/blob/HEAD:/CHANGES
(cherry picked from commit dc629a75ab)
This commit is contained in:
committed by
github-actions[bot]
parent
a2ee98766f
commit
9ae4df1c00
@@ -23,11 +23,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libpcap";
|
||||
version = "1.10.4";
|
||||
version = "1.10.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.tcpdump.org/release/${pname}-${version}.tar.gz";
|
||||
hash = "sha256-7RmgOD+tcuOtQ1/SOdfNgNZJFrhyaVUBWdIORxYOvl8=";
|
||||
hash = "sha256-N87ZChmjAqfzLkWCJKAMNlwReQXCzTWsVEtogKgUiPA=";
|
||||
};
|
||||
|
||||
buildInputs = lib.optionals stdenv.isLinux [ libnl ]
|
||||
|
||||
Reference in New Issue
Block a user