about summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers/wireshark
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-08-30 09:39:51 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-08-30 09:39:51 -0700
commit2d04c3f47685c1e7727992bfff13af3c55f72c31 (patch)
treecb9fcb9d20465f5c7435152a98d05b14ed71e2ee /pkgs/applications/networking/sniffers/wireshark
parente6a37e3ce4eb7ab711bae565c84e7a9900e8963f (diff)
downloadnixlib-2d04c3f47685c1e7727992bfff13af3c55f72c31.tar
nixlib-2d04c3f47685c1e7727992bfff13af3c55f72c31.tar.gz
nixlib-2d04c3f47685c1e7727992bfff13af3c55f72c31.tar.bz2
nixlib-2d04c3f47685c1e7727992bfff13af3c55f72c31.tar.lz
nixlib-2d04c3f47685c1e7727992bfff13af3c55f72c31.tar.xz
nixlib-2d04c3f47685c1e7727992bfff13af3c55f72c31.tar.zst
nixlib-2d04c3f47685c1e7727992bfff13af3c55f72c31.zip
wireshark: 2.6.2 -> 2.6.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
wireshark-qt
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 867768d9f9f1..f145d55daf38 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.2";
+  version = "2.6.3";
   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 = "153h6prxamv5a62f3pfadkry0y57696xrgxfy2gfy5xswdg8kcj9";
+    sha256 = "1v538h02y8avwy3cr11xz6wkyf9xd8qva4ng4sl9f2fw4skahn6i";
   };
 
   cmakeFlags = [