wireshark: 4.0.8 -> 4.0.10

This commit is contained in:
Pavel Sobolev 2023-10-05 12:02:06 +03:00
parent c843c435c9
commit baf1b6b868
No known key found for this signature in database

View File

@ -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 = [