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>2019-07-20 16:43:43 -0700
committerMatthieu Coudron <coudron@iij.ad.jp>2019-07-21 09:53:09 +0200
commit6323cf8a8ceb5d83208ee1757d492583e7d1ea84 (patch)
tree41485beb7a19256a43c9c667fd38b9fb121811b4 /pkgs/applications/networking/sniffers/wireshark/default.nix
parent478a3c2ab001a39c1cbeffa6dc6108852a968566 (diff)
downloadnixlib-6323cf8a8ceb5d83208ee1757d492583e7d1ea84.tar
nixlib-6323cf8a8ceb5d83208ee1757d492583e7d1ea84.tar.gz
nixlib-6323cf8a8ceb5d83208ee1757d492583e7d1ea84.tar.bz2
nixlib-6323cf8a8ceb5d83208ee1757d492583e7d1ea84.tar.lz
nixlib-6323cf8a8ceb5d83208ee1757d492583e7d1ea84.tar.xz
nixlib-6323cf8a8ceb5d83208ee1757d492583e7d1ea84.tar.zst
nixlib-6323cf8a8ceb5d83208ee1757d492583e7d1ea84.zip
wireshark: 3.0.2 -> 3.0.3
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-qt/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 ac9fa8f4ce88..643e421625f2 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.0.2";
+  version = "3.0.3";
   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 = "0fz5lbyiw4a27fqc4ndi1w20bpcb6wi9k7vjv29l9fhd99kca7ky";
+    sha256 = "0711jilp9sbgi46d105m3galw8n4wk5yncawi08031qxg2f754mg";
   };
 
   cmakeFlags = [