Skip to content

Commit

Permalink
Merge pull request #107352 from TredwellGit/wireshark
Browse files Browse the repository at this point in the history
wireshark: 3.4.0 -> 3.4.2 (security)
  • Loading branch information
Ma27 authored Dec 22, 2020
2 parents 9f52d1f + 58c52f0 commit addcb4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/sniffers/wireshark/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ assert withQt -> qt5 != null;
with stdenv.lib;

let
version = "3.4.0";
version = "3.4.2";
variant = if withQt then "qt" else "cli";
pcap = libpcap.override { withBluez = stdenv.isLinux; };

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 = "1bm8jj2rviis9j9l6nixvhxcfx362y9iphkxssgmiz2kj6yypr37";
sha256 = "1i548w6zv6ni5n22rs90a12aakyq811493dxmadlcsj2krr6i66y";
};

cmakeFlags = [
Expand Down

0 comments on commit addcb4a

Please sign in to comment.