about summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers/wireshark
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-07-21 19:41:16 +0200
committerGitHub <noreply@github.com>2018-07-21 19:41:16 +0200
commite97e1747265ce67bb1751a5aa2fb3e2a1bd0f2ec (patch)
treee5139c2ee484d12baab8505324e8e1278b3721af /pkgs/applications/networking/sniffers/wireshark
parent1c45f35bfdec1654bae8c46ee75b9c24bfcd6752 (diff)
parent564e733a520f81ccdeccf7ceb2113594df532772 (diff)
downloadnixlib-e97e1747265ce67bb1751a5aa2fb3e2a1bd0f2ec.tar
nixlib-e97e1747265ce67bb1751a5aa2fb3e2a1bd0f2ec.tar.gz
nixlib-e97e1747265ce67bb1751a5aa2fb3e2a1bd0f2ec.tar.bz2
nixlib-e97e1747265ce67bb1751a5aa2fb3e2a1bd0f2ec.tar.lz
nixlib-e97e1747265ce67bb1751a5aa2fb3e2a1bd0f2ec.tar.xz
nixlib-e97e1747265ce67bb1751a5aa2fb3e2a1bd0f2ec.tar.zst
nixlib-e97e1747265ce67bb1751a5aa2fb3e2a1bd0f2ec.zip
Merge pull request #43904 from r-ryantm/auto-update/wireshark-gtk
wireshark-gtk: 2.6.1 -> 2.6.2
Diffstat (limited to 'pkgs/applications/networking/sniffers/wireshark')
-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 5232704cd361..850fdb0b715f 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.6.1";
+  version = "2.6.2";
   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 = "https://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.xz";
-    sha256 = "126dvd6myjbxjr69dy9vzzdda2lmjy1wwwc6gcs5djb46jy5nvmb";
+    sha256 = "153h6prxamv5a62f3pfadkry0y57696xrgxfy2gfy5xswdg8kcj9";
   };
 
   cmakeFlags = [