Skip to content

Commit

Permalink
wireshark: 3.4.4 -> 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TredwellGit authored and Ma27 committed Apr 25, 2021
1 parent 8059fbf commit 09fca5c
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 @@ -10,7 +10,7 @@ assert withQt -> qt5 != null;
with stdenv.lib;

let
version = "3.4.4";
version = "3.4.5";
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 = "0aad3m8nh4i75dgjs68217135bzqmhmlgjklmpjh1ihmjwgd373j";
sha256 = "sha256-3hqv0QCh4SB8hQ0YDpfdkauNoPXra+7FRfclzbFF0zM=";
};

cmakeFlags = [
Expand Down

0 comments on commit 09fca5c

Please sign in to comment.