summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2026-01-17 14:09:12 +0000
committerGitHub <noreply@github.com>2026-01-17 14:09:12 +0000
commit80c4f9e61bf3b958d35decc5ca48878a3072f3a3 (patch)
tree0a671cf6413eccab5067d2ea3d260e298d5740e9
parentc6217d048fa52c224a161958382a7b816aadd1a7 (diff)
parent270ca8e3772b6701e690d89a5160985cac8ebbd1 (diff)
[Backport release-25.11] wireshark: 4.6.2 -> 4.6.3 (#481029)
-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 = [