wireshark: 4.2.7 -> 4.2.8

This commit is contained in:
eyjhb 2024-10-24 12:32:29 +02:00
parent d483a38793
commit e46b49de21

View File

@ -57,7 +57,7 @@ assert withQt -> qt6 != null;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "wireshark-${if withQt then "qt" else "cli"}"; pname = "wireshark-${if withQt then "qt" else "cli"}";
version = "4.2.7"; version = "4.2.8";
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
repo = "wireshark"; repo = "wireshark";
owner = "wireshark"; owner = "wireshark";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-0tBAmZz8tQfcTtKZf0TZ+I3aaarUCxlpaBXM4zNzkxM="; hash = "sha256-QnBETFkYoeBTQFV8g2c/dZjgCXaMtFi1MQUgmkOool8=";
}; };
patches = [ patches = [