about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2013-05-21 22:53:46 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2013-05-21 22:53:46 +0200
commitd6f79107229869cb394e3813e08a59c8b5485095 (patch)
treea5097bf2b8fdbd9829999d127a1c902280d81c14 /pkgs/applications
parentaf6503b2af316fc00125de5e15a35996ed3eeb83 (diff)
downloadnixlib-d6f79107229869cb394e3813e08a59c8b5485095.tar
nixlib-d6f79107229869cb394e3813e08a59c8b5485095.tar.gz
nixlib-d6f79107229869cb394e3813e08a59c8b5485095.tar.bz2
nixlib-d6f79107229869cb394e3813e08a59c8b5485095.tar.lz
nixlib-d6f79107229869cb394e3813e08a59c8b5485095.tar.xz
nixlib-d6f79107229869cb394e3813e08a59c8b5485095.tar.zst
nixlib-d6f79107229869cb394e3813e08a59c8b5485095.zip
wireshark: bump from 1.8.6 to 1.8.7 (security update)
Diffstat (limited to 'pkgs/applications')
-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 21a21a1d7acb..599229753b5e 100644
--- a/pkgs/applications/networking/sniffers/wireshark/default.nix
+++ b/pkgs/applications/networking/sniffers/wireshark/default.nix
@@ -4,14 +4,14 @@
 , makeDesktopItem
 }:
 
-let version = "1.8.6"; in
+let version = "1.8.7"; in
 
 stdenv.mkDerivation {
   name = "wireshark-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/wireshark/wireshark-${version}.tar.bz2";
-    sha256 = "1siifci4z7nxp6a1ghk2azw9v0hxi2vq26n3ms7n89kcj8zfs8i7";
+    sha256 = "0hm8zisy5dg7sfhh7rvgnpffq2qcw0syd8k5kns8j0j13sf44zjw";
   };
 
   buildInputs =