summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-04-08 21:40:07 -0500
committerGitHub <noreply@github.com>2018-04-08 21:40:07 -0500
commit15ab41c026a664bf30dcb047d7ab37f207ca5152 (patch)
treea8c405d0f25ff16c6bfe9ab5b474a9ef4a6b9031 /pkgs/applications/networking
parenta2b9d8479390492b92baf6218bfe900c33606bbf (diff)
parentb97550f40057a8a04ad7d1fd832ce5711a0454d2 (diff)
downloadnixpkgs-15ab41c026a664bf30dcb047d7ab37f207ca5152.tar
nixpkgs-15ab41c026a664bf30dcb047d7ab37f207ca5152.tar.gz
nixpkgs-15ab41c026a664bf30dcb047d7ab37f207ca5152.tar.bz2
nixpkgs-15ab41c026a664bf30dcb047d7ab37f207ca5152.tar.lz
nixpkgs-15ab41c026a664bf30dcb047d7ab37f207ca5152.tar.xz
nixpkgs-15ab41c026a664bf30dcb047d7ab37f207ca5152.tar.zst
nixpkgs-15ab41c026a664bf30dcb047d7ab37f207ca5152.zip
Merge pull request #38498 from r-ryantm/auto-update/wireshark-gtk
wireshark-gtk: 2.4.5 -> 2.4.6
Diffstat (limited to 'pkgs/applications/networking')
-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 424c1926f35..d8ff5f3100a 100644
--- a/pkgs/applications/networking/sniffers/wireshark/default.nix
+++ b/pkgs/applications/networking/sniffers/wireshark/default.nix
@@ -12,7 +12,7 @@ assert withQt  -> !withGtk && qt5  != null;
 with stdenv.lib;
 
 let
-  version = "2.4.5";
+  version = "2.4.6";
   variant = if withGtk then "gtk" else if withQt then "qt" else "cli";
 
 in stdenv.mkDerivation {
@@ -20,7 +20,7 @@ in stdenv.mkDerivation {
 
   src = fetchurl {
     url = "http://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.xz";
-    sha256 = "1mvgy67rvnwj2kbc43s4il81jvz5ai0bx2j3j2js7x50zclyrcmk";
+    sha256 = "1znmjg40pf81ks9lnm6ilx0cy32xan5g19gbqkkhj35whb95z5lf";
   };
 
   cmakeFlags = [