mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
wireshark: 4.4.5 -> 4.4.6 (#399365)
This commit is contained in:
commit
43d1b8e6bc
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,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.4.5";
|
version = "4.4.6";
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
"out"
|
"out"
|
||||||
|
@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
|
||||||
repo = "wireshark";
|
repo = "wireshark";
|
||||||
owner = "wireshark";
|
owner = "wireshark";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-NO8tc5Av5Gl3yzkxK9KJAZwIjkrXEnIGmbLBPYKRm0E=";
|
hash = "sha256-dzVlHxrXVCSMP4ZfyUq4N9UvL941C50Zto6Mb78LnfQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue