summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2026-01-17 14:02:55 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-01-17 13:32:17 +0000
commit270ca8e3772b6701e690d89a5160985cac8ebbd1 (patch)
treeff42e8d975359f72961b34547d8e7e2e19b362fb
parent6a14ef8b9580254bedd7907ece6bf2c09a549e56 (diff)
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 (cherry picked from commit 4a15db1fb5408cca5a3b25f45d34ee88b2e28ec3)
-rw-r--r--pkgs/applications/networking/sniffers/wireshark/default.nix4
1 files 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 = [