Skip to content

Commit

Permalink
wireshark: 4.2.7 -> 4.2.8
Browse files Browse the repository at this point in the history
(cherry picked from commit e46b49d)
  • Loading branch information
eyJhb authored and github-actions[bot] committed Oct 25, 2024
1 parent 0c8b562 commit 9e431b5
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 @@ -54,15 +54,15 @@ assert withQt -> qt6 != null;

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

outputs = [ "out" "dev" ];

src = fetchFromGitLab {
repo = "wireshark";
owner = "wireshark";
rev = "v${version}";
hash = "sha256-0tBAmZz8tQfcTtKZf0TZ+I3aaarUCxlpaBXM4zNzkxM=";
hash = "sha256-QnBETFkYoeBTQFV8g2c/dZjgCXaMtFi1MQUgmkOool8=";
};

patches = [
Expand Down

0 comments on commit 9e431b5

Please sign in to comment.