Skip to content

Commit

Permalink
[Backport release-24.05] wireshark: 4.2.7 -> 4.2.8 (#351199)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse authored Oct 25, 2024
2 parents 79029a3 + 9e431b5 commit 1c26873
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 1c26873

Please sign in to comment.