wireshark: 4.0.4 -> 4.0.5 ()

This commit is contained in:
Isabelle 2023-04-25 10:33:41 +02:00 committed by GitHub
parent 57e73d23bb
commit dc07c15817
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@
assert withQt -> qt5 != null;
let
version = "4.0.4";
version = "4.0.5";
variant = if withQt then "qt" else "cli";
in
stdenv.mkDerivation {
@ -61,7 +61,7 @@ stdenv.mkDerivation {
repo = "wireshark";
owner = "wireshark";
rev = "v${version}";
hash = "sha256-x7McplQVdLczTov+u9eqmT1Ons22KqRsCN65pUuwYGw=";
hash = "sha256-9U0V2oLVyzq+3HxvOuD8Uzj1tjoMtYBws43fn5RfGhQ=";
};
cmakeFlags = [