about summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-07-16 21:28:07 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2021-07-17 09:16:47 +0200
commit7ab66456ca15f89d27e79076c4715b0149ae0e7f (patch)
treea685dfdd0f6da0f9a8724d98d028bf5cad94c7d7 /pkgs/applications/networking/sniffers
parente10404fa9ca8c22cf5144743f0e531f661897cdd (diff)
wireshark: 3.4.6 -> 3.4.7
https://www.wireshark.org/docs/relnotes/wireshark-3.4.7.html
Diffstat (limited to 'pkgs/applications/networking/sniffers')
-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 4fe5272bc0786..d9bc78bb2fe19 100644
--- a/pkgs/applications/networking/sniffers/wireshark/default.nix
+++ b/pkgs/applications/networking/sniffers/wireshark/default.nix
@@ -10,7 +10,7 @@ assert withQt  -> qt5  != null;
 with lib;
 
 let
-  version = "3.4.6";
+  version = "3.4.7";
   variant = if withQt then "qt" else "cli";
 
 in stdenv.mkDerivation {
@@ -20,7 +20,7 @@ in stdenv.mkDerivation {
 
   src = fetchurl {
     url = "https://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.xz";
-    sha256 = "0a26kcj3n1a2kw1f3fc6s1x3rw3f3bj2cq6rp7k0kc4ciwh7i9hj";
+    sha256 = "17d00kl0s010wg2dfhy7sdbr2qm54lsi317fmbcvjz4rxx8ywk3c";
   };
 
   cmakeFlags = [