summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-02-13 02:23:56 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-12 20:15:52 -0800
commitb387b736065fff4755fc8676ead59e59efc82262 (patch)
tree993ea2eabda455951116b74c2f57af80cba41d6f
parentMerge pull request #159102 from NixOS/backport-158817-to-release-21.11 (diff)
downloadnixpkgs-b387b736065fff4755fc8676ead59e59efc82262.tar.gz
wireshark: 3.4.11 -> 3.4.12
https://www.wireshark.org/docs/relnotes/wireshark-3.4.12.html Fixes: CVE-2021-4190
-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 d733f6148664..578fca0f1235 100644
--- a/pkgs/applications/networking/sniffers/wireshark/default.nix
+++ b/pkgs/applications/networking/sniffers/wireshark/default.nix
@@ -10,7 +10,7 @@ assert withQt -> qt5 != null;
with lib;
let
- version = "3.4.11";
+ version = "3.4.12";
variant = if withQt then "qt" else "cli";
in stdenv.mkDerivation {
@@ -20,7 +20,7 @@ in stdenv.mkDerivation {
src = fetchurl {
url = "https://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.xz";
- sha256 = "0yajwz26jbz3ls28mdir5asr06938c11m2816gpm2fncway2gqm0";
+ sha256 = "sha256-iBoTMD4mO33H/jN1NMilQdSRRVIoeHm+0wu+dsW/aMo=";
};
cmakeFlags = [