Skip to content

Commit 58c52f0

Browse files
committed
1 parent 5834702 commit 58c52f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/applications/networking/sniffers/wireshark

pkgs/applications/networking/sniffers/wireshark/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ assert withQt -> qt5 != null;
1010
with stdenv.lib;
1111

1212
let
13-
version = "3.4.0";
13+
version = "3.4.2";
1414
variant = if withQt then "qt" else "cli";
1515
pcap = libpcap.override { withBluez = stdenv.isLinux; };
1616

@@ -21,7 +21,7 @@ in stdenv.mkDerivation {
2121

2222
src = fetchurl {
2323
url = "https://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.xz";
24-
sha256 = "1bm8jj2rviis9j9l6nixvhxcfx362y9iphkxssgmiz2kj6yypr37";
24+
sha256 = "1i548w6zv6ni5n22rs90a12aakyq811493dxmadlcsj2krr6i66y";
2525
};
2626

2727
cmakeFlags = [

0 commit comments

Comments
 (0)