Skip to content

Commit

Permalink
wireshark: 4.2.6 -> 4.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse authored and bjornfor committed Oct 1, 2024
1 parent 92bdb0b commit 2c5fac3
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 @@ -57,15 +57,15 @@ assert withQt -> qt6 != null;

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

outputs = [ "out" "dev" ];

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

patches = [
Expand Down

0 comments on commit 2c5fac3

Please sign in to comment.