wireshark: 4.6.2 -> 4.6.3
Fixes: https://www.wireshark.org/security/wnpa-sec-2026-01.html https://www.wireshark.org/security/wnpa-sec-2026-02.html https://www.wireshark.org/security/wnpa-sec-2026-03.html https://www.wireshark.org/security/wnpa-sec-2026-04.html Changes: https://www.wireshark.org/docs/relnotes/wireshark-4.6.3.html
This commit is contained in:
@@ -58,7 +58,7 @@ assert withQt -> qt6 != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wireshark-${if withQt then "qt" else "cli"}";
|
||||
version = "4.6.2";
|
||||
version = "4.6.3";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
|
||||
repo = "wireshark";
|
||||
owner = "wireshark";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-fojQ0D7v6xSDltpL3Y6iIzLj6pRZU/0U0ww+sVaWDZ8=";
|
||||
hash = "sha256-DthYkAW6UYnsDLQf2h3jgJB8RZoasjREWV1NTtZv7PQ=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user