Skip to content

Commit

Permalink
tshark: 4.4.2 -> 4.4.3 (NixOS#372371)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored Jan 16, 2025
2 parents 6d6a9bc + 2c29620 commit 7eabdc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/sniffers/wireshark/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ assert withQt -> qt6 != null;

stdenv.mkDerivation rec {
pname = "wireshark-${if withQt then "qt" else "cli"}";
version = "4.4.2";
version = "4.4.3";

outputs = [
"out"
Expand All @@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
repo = "wireshark";
owner = "wireshark";
rev = "v${version}";
hash = "sha256-qeMaj8kRGG1NlDb5j4M/Za2M2Ohh2qhXbzBtQGjrCSo=";
hash = "sha256-QTDOwJXo9+A2J/uXdyTtK5D5DVYLUAaUKT8desQGvd4=";
};

patches = [
Expand Down

0 comments on commit 7eabdc0

Please sign in to comment.