Skip to content

Commit 8fef72c

Browse files
authored
wireshark: 4.4.3 -> 4.4.4 (#384236)
2 parents ec1aa8f + 33b614d commit 8fef72c

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.4.3";
61+
version = "4.4.4";
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-QTDOwJXo9+A2J/uXdyTtK5D5DVYLUAaUKT8desQGvd4=";
72+
hash = "sha256-8Xpi66UI7S1k1IQ/nWAnnX5EXR29tOCO8XqrzY9Frmw=";
7373
};
7474

7575
patches = [

0 commit comments

Comments
 (0)