Skip to content

Commit

Permalink
Merge #54039: wireshark: 2.6.5 -> 2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jan 16, 2019
2 parents 15ccbad + 699b941 commit 2aa190b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/sniffers/wireshark/default.nix
Expand Up @@ -12,7 +12,7 @@ assert withQt -> !withGtk && qt5 != null;
with stdenv.lib;

let
version = "2.6.5";
version = "2.6.6";
variant = if withGtk then "gtk" else if withQt then "qt" else "cli";

in stdenv.mkDerivation {
Expand All @@ -21,7 +21,7 @@ in stdenv.mkDerivation {

src = fetchurl {
url = "https://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.xz";
sha256 = "12j3fw0j8qcr86c1vsz4bsb55j9inp0ll3wjjdvg1cj4hmwmn5ck";
sha256 = "0qz8a1ays63712pq1v7nnw7c57zlqkcifq7himfv5nsv0zm36ya8";
};

cmakeFlags = [
Expand Down

0 comments on commit 2aa190b

Please sign in to comment.