wireshark: 4.2.0 -> 4.2.1
This commit is contained in:
parent
6aaaab7ce1
commit
765938ced5
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,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.0";
|
version = "4.2.1";
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
|
||||||
repo = "wireshark";
|
repo = "wireshark";
|
||||||
owner = "wireshark";
|
owner = "wireshark";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-0ny2x5sGG/T7q8RehCKVH/vrSihWytvUDVYiMnfhh9s=";
|
hash = "sha256-iqRlJTkyXhgLQ1hX01RTPcWAKaUDao7OoQ74GBY5ciw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue