wireshark: 4.0.7 -> 4.0.8

This commit is contained in:
Pavel Sobolev 2023-08-24 11:55:18 +03:00
parent e0ef2f29f1
commit 359eb2190d
No known key found for this signature in database

View file

@ -49,7 +49,7 @@
assert withQt -> qt6 != null; assert withQt -> qt6 != null;
let let
version = "4.0.7"; version = "4.0.8";
variant = if withQt then "qt" else "cli"; variant = if withQt then "qt" else "cli";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
@ -61,7 +61,7 @@ stdenv.mkDerivation {
repo = "wireshark"; repo = "wireshark";
owner = "wireshark"; owner = "wireshark";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-CjSf4CfzgiXvmraM3lYBVLSfdDBSuFNIgeatj0OjYSQ="; hash = "sha256-bNg0yhNb1GRsTclNWWO+Bamm2wOnUjVKU+JftJu+LTo=";
}; };
cmakeFlags = [ cmakeFlags = [