From 4a15db1fb5408cca5a3b25f45d34ee88b2e28ec3 Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Sat, 17 Jan 2026 14:02:55 +0100 Subject: [PATCH] wireshark: 4.6.2 -> 4.6.3 Fixes: https://www.wireshark.org/security/wnpa-sec-2026-01.html https://www.wireshark.org/security/wnpa-sec-2026-02.html https://www.wireshark.org/security/wnpa-sec-2026-03.html https://www.wireshark.org/security/wnpa-sec-2026-04.html Changes: https://www.wireshark.org/docs/relnotes/wireshark-4.6.3.html --- pkgs/applications/networking/sniffers/wireshark/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/sniffers/wireshark/default.nix b/pkgs/applications/networking/sniffers/wireshark/default.nix index a965f4734fc5..338fb7055b78 100644 --- a/pkgs/applications/networking/sniffers/wireshark/default.nix +++ b/pkgs/applications/networking/sniffers/wireshark/default.nix @@ -58,7 +58,7 @@ assert withQt -> qt6 != null; stdenv.mkDerivation rec { pname = "wireshark-${if withQt then "qt" else "cli"}"; - version = "4.6.2"; + version = "4.6.3"; outputs = [ "out" @@ -69,7 +69,7 @@ stdenv.mkDerivation rec { repo = "wireshark"; owner = "wireshark"; rev = "v${version}"; - hash = "sha256-fojQ0D7v6xSDltpL3Y6iIzLj6pRZU/0U0ww+sVaWDZ8="; + hash = "sha256-DthYkAW6UYnsDLQf2h3jgJB8RZoasjREWV1NTtZv7PQ="; }; patches = [