Unverified Commit baf1b6b8 authored by Pavel Sobolev's avatar Pavel Sobolev
Browse files

wireshark: 4.0.8 -> 4.0.10

parent c843c435
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ assert withQt -> qt6 != null;

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

  outputs = [ "out" "dev" ];

@@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
    repo = "wireshark";
    owner = "wireshark";
    rev = "v${version}";
    hash = "sha256-bNg0yhNb1GRsTclNWWO+Bamm2wOnUjVKU+JftJu+LTo=";
    hash = "sha256-R8CoatIZC7vkKn4UZ3G7h5qBexfKMdJJ0swi+IxAjG0=";
  };

  patches = [