about summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers/wireshark/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-21 09:12:39 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-21 09:12:39 -0700
commit564e733a520f81ccdeccf7ceb2113594df532772 (patch)
treeba9fd05e6a3388bced24bf3ee961d5326e3bc8be /pkgs/applications/networking/sniffers/wireshark/default.nix
parent1ae2f10642ea00a423354dd3176c55e47dbf3f6e (diff)
downloadnixlib-564e733a520f81ccdeccf7ceb2113594df532772.tar
nixlib-564e733a520f81ccdeccf7ceb2113594df532772.tar.gz
nixlib-564e733a520f81ccdeccf7ceb2113594df532772.tar.bz2
nixlib-564e733a520f81ccdeccf7ceb2113594df532772.tar.lz
nixlib-564e733a520f81ccdeccf7ceb2113594df532772.tar.xz
nixlib-564e733a520f81ccdeccf7ceb2113594df532772.tar.zst
nixlib-564e733a520f81ccdeccf7ceb2113594df532772.zip
wireshark-gtk: 2.6.1 -> 2.6.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wireshark-gtk/versions.
Diffstat (limited to 'pkgs/applications/networking/sniffers/wireshark/default.nix')
-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 ef1dade4dddd..dbd6a93d68fa 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 = [