about summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-04-25 12:00:45 +0000
committerTredwellGit <tredwell@tutanota.com>2021-04-25 12:00:45 +0000
commit83452cfd71cd3ce14750b88f661172f24a92257b (patch)
treec8886400d8aca3391a034391eabb159f70e748d6 /pkgs/applications/networking/sniffers
parent78af98a068906cb88fa14c31bd703341562bf890 (diff)
wireshark: 3.4.4 -> 3.4.5
https://www.wireshark.org/docs/relnotes/wireshark-3.4.5.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 249d58ceb6066..230bb2d4fe41f 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.4";
+  version = "3.4.5";
   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 = "0aad3m8nh4i75dgjs68217135bzqmhmlgjklmpjh1ihmjwgd373j";
+    sha256 = "sha256-3hqv0QCh4SB8hQ0YDpfdkauNoPXra+7FRfclzbFF0zM=";
   };
 
   cmakeFlags = [