From 150dc7aff5852d151459cea57665be816d7570bd Mon Sep 17 00:00:00 2001 From: eyjhb Date: Thu, 23 Oct 2025 15:21:36 +0200 Subject: [PATCH] wireshark: 4.4.9 -> 4.6.0 --- pkgs/applications/networking/sniffers/wireshark/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/sniffers/wireshark/default.nix b/pkgs/applications/networking/sniffers/wireshark/default.nix index a030ed2c47fe..1d74c153494f 100644 --- a/pkgs/applications/networking/sniffers/wireshark/default.nix +++ b/pkgs/applications/networking/sniffers/wireshark/default.nix @@ -25,6 +25,7 @@ libpcap, libsmi, libssh, + libxml2, lua5_4, lz4, makeWrapper, @@ -56,7 +57,7 @@ assert withQt -> qt6 != null; stdenv.mkDerivation rec { pname = "wireshark-${if withQt then "qt" else "cli"}"; - version = "4.4.9"; + version = "4.6.0"; outputs = [ "out" @@ -67,7 +68,7 @@ stdenv.mkDerivation rec { repo = "wireshark"; owner = "wireshark"; rev = "v${version}"; - hash = "sha256-0+uPXSNabsYNGn+4753WNoUBe9lJ2EH3i3J36lqI4Ak="; + hash = "sha256-XkHcVN3xCYwnS69nJ4/AT76Iaggt1GXA6JWi+IG15IM="; }; patches = [ @@ -111,6 +112,7 @@ stdenv.mkDerivation rec { libpcap libsmi libssh + libxml2 lua5_4 lz4 minizip