Skip to content

Commit c223077

Browse files
authored
[24.11] wireshark: 4.2.9 -> 4.2.12 (#415967)
2 parents db84149 + 2158635 commit c223077

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/networking/sniffers/wireshark

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ assert withQt -> qt6 != null;
5858

5959
stdenv.mkDerivation rec {
6060
pname = "wireshark-${if withQt then "qt" else "cli"}";
61-
version = "4.2.9";
61+
version = "4.2.11";
6262

6363
outputs = [
6464
"out"
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
6969
repo = "wireshark";
7070
owner = "wireshark";
7171
rev = "v${version}";
72-
hash = "sha256-4GnDHGfd2FUOhel8/ZCzAH1iuUz1nTPdAAUCTcY0R5E=";
72+
hash = "sha256-/P/JJKke2Y2iDs3w4x90YnHirG+jkldF71uJ3oTBvx4=";
7373
};
7474

7575
patches = [

0 commit comments

Comments
 (0)