Ryan Omasta 2026-05-28 13:49:59 -06:00
commit 1c88add0ef
No known key found for this signature in database

View file

@ -60,7 +60,7 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "wireshark-${if withQt then "qt" else "cli"}";
version = "4.6.5";
version = "4.6.6";
outputs = [
"out"
@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: {
repo = "wireshark";
owner = "wireshark";
tag = "v${finalAttrs.version}";
hash = "sha256-Zvrwxjp4LK2J3QnxmPxKKrU01YHQvPyp54UWzeGNCjA=";
hash = "sha256-ysSfCLnCakxsjLKt+UxzrcPWNXiqdvTlI/1dq56lMfA=";
};
patches = [