wireshark: 4.6.6 -> 4.6.7

This commit is contained in:
R. Ryantm
2026-07-09 01:31:17 +00:00
parent 8ab1ccd1c1
commit 0d87663edf

View File

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