wireshark: 4.2.6 -> 4.2.7
Fixes CVE-2024-8250. https://www.wireshark.org/security/wnpa-sec-2024-11.html Changes: https://www.wireshark.org/docs/relnotes/wireshark-4.2.7.html
This commit is contained in:
committed by
Bjørn Forsman
parent
92bdb0b4e0
commit
2c5fac3edf
@@ -57,7 +57,7 @@ assert withQt -> qt6 != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wireshark-${if withQt then "qt" else "cli"}";
|
||||
version = "4.2.6";
|
||||
version = "4.2.7";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
@@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
|
||||
repo = "wireshark";
|
||||
owner = "wireshark";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-zlFTUgsEKraE9crS5SZ13r93JJzUb6eyBhusJbbGwsE=";
|
||||
hash = "sha256-0tBAmZz8tQfcTtKZf0TZ+I3aaarUCxlpaBXM4zNzkxM=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user