about summary refs log tree commit diff
diff options
context:
space:
mode:
authorIsabelle <hi@f2k1.de>2023-04-25 10:33:41 +0200
committerGitHub <noreply@github.com>2023-04-25 10:33:41 +0200
commitdc07c15817c650d0114f044c040e73459037ad2e (patch)
treec10892eb2a072509ca8a6ac06d38b589730a2bde
parent57e73d23bb6cc89a25293e5cfb26787438b4efba (diff)
wireshark: 4.0.4 -> 4.0.5 (#227852)
-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 14f8db6a7e84c..49bf77a483c2d 100644
--- a/pkgs/applications/networking/sniffers/wireshark/default.nix
+++ b/pkgs/applications/networking/sniffers/wireshark/default.nix
@@ -49,7 +49,7 @@
 assert withQt -> qt5 != null;
 
 let
-  version = "4.0.4";
+  version = "4.0.5";
   variant = if withQt then "qt" else "cli";
 in
 stdenv.mkDerivation {
@@ -61,7 +61,7 @@ stdenv.mkDerivation {
     repo = "wireshark";
     owner = "wireshark";
     rev = "v${version}";
-    hash = "sha256-x7McplQVdLczTov+u9eqmT1Ons22KqRsCN65pUuwYGw=";
+    hash = "sha256-9U0V2oLVyzq+3HxvOuD8Uzj1tjoMtYBws43fn5RfGhQ=";
   };
 
   cmakeFlags = [