Unverified Commit 7eabdc01 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

tshark: 4.4.2 -> 4.4.3 (#372371)

parents 6d6a9bc8 2c296208
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
    repo = "wireshark";
    owner = "wireshark";
    rev = "v${version}";
    hash = "sha256-qeMaj8kRGG1NlDb5j4M/Za2M2Ohh2qhXbzBtQGjrCSo=";
    hash = "sha256-QTDOwJXo9+A2J/uXdyTtK5D5DVYLUAaUKT8desQGvd4=";
  };

  patches = [