zowoq 2020-02-27 10:35:25 +10:00
parent c134564c26
commit 3f34c5388f
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ assert withQt -> qt5 != null;
with stdenv.lib;
let
version = "3.2.1";
version = "3.2.2";
variant = if withQt then "qt" else "cli";
in stdenv.mkDerivation {
@ -20,7 +20,7 @@ in stdenv.mkDerivation {
src = fetchurl {
url = "https://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.xz";
sha256 = "0nz84zyhs4177ljxmv34vgc9kgg7ssxhxa4mssxqwh6nb00697sq";
sha256 = "0ygdxpz0i4jxp55fg9x4xcan093wycjb66yas073gviz9kpj6naz";
};
cmakeFlags = [
@ -100,7 +100,7 @@ in stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
homepage = https://www.wireshark.org/;
homepage = "https://www.wireshark.org/";
description = "Powerful network protocol analyzer";
license = licenses.gpl2;