summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-05-21 18:54:33 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-05-21 18:54:33 +1000
commit294da17a9eeb493d7d18278d42a710805e2defa9 (patch)
tree0befaa5d7ca335b1f71ff1240d93fb8758e5e029 /pkgs/applications/networking/sniffers
parentac97b19a2ab6901af26cee6878ffa73de68d1fcb (diff)
downloadnixpkgs-294da17a9eeb493d7d18278d42a710805e2defa9.tar
nixpkgs-294da17a9eeb493d7d18278d42a710805e2defa9.tar.gz
nixpkgs-294da17a9eeb493d7d18278d42a710805e2defa9.tar.bz2
nixpkgs-294da17a9eeb493d7d18278d42a710805e2defa9.tar.lz
nixpkgs-294da17a9eeb493d7d18278d42a710805e2defa9.tar.xz
nixpkgs-294da17a9eeb493d7d18278d42a710805e2defa9.tar.zst
nixpkgs-294da17a9eeb493d7d18278d42a710805e2defa9.zip
wireshark: 3.2.3 -> 3.2.4
https://www.wireshark.org/docs/relnotes/wireshark-3.2.4.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 7602cb5fe6a..7166ebe93d7 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 stdenv.lib;
 
 let
-  version = "3.2.3";
+  version = "3.2.4";
   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 = "1fpsfjrap7j84sy728yhcr2gad9nq3n5gq03mwrmxnc6ijwf81zh";
+    sha256 = "1amqgn94g6h6cfnsccm2zb4c73pfv1qmzi1i6h1hnbcyhhg4czfi";
   };
 
   cmakeFlags = [