summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-08-27 14:33:33 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-08-27 16:05:29 +0000
commitf21f841312fe5b5080c9a186c3d2fbf66b13f720 (patch)
tree2adc49a2b964d845968c89e877f04b978f598317
parentMerge pull request #135917 from NixOS/backport-135910-to-release-21.05 (diff)
downloadnixpkgs-origin/backport-135922-to-release-21.05.tar.gz
https://www.wireshark.org/docs/relnotes/wireshark-3.4.8.html (cherry picked from commit af5ec6d616ab4d9af17becf8a1079fb8576c6bf4)
-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 058b1c24d7de..cf77031853a5 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.7";
+ version = "3.4.8";
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 = "17d00kl0s010wg2dfhy7sdbr2qm54lsi317fmbcvjz4rxx8ywk3c";
+ sha256 = "09fpvfj4m7glisj6p4zb8wylkrjkqqw69xnwnz4ah410zs6zm9sq";
};
cmakeFlags = [