Skip to content

Commit

Permalink
kismet: 2013-03-R1b -> 2016-07-R1
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Sep 5, 2017
1 parent 3352cfc commit 95d18f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/applications/networking/sniffers/kismet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "kismet-${version}";
version = "2013-03-R1b";
version = "2016-07-R1";

src = fetchurl {
url = "http://www.kismetwireless.net/code/${name}.tar.xz";
sha256 = "0b3wabdkh0p3msphihm4kz5yw02p27ska5lfippfcyn6z1z4svb3";
sha256 = "0dz28y4ay4lskhl0lawqy2dkcrhgfkbg06v22qxzzw8i6caizcmx";
};

buildInputs = [ pkgconfig libpcap ncurses expat pcre libnl ];
Expand All @@ -18,10 +18,10 @@ stdenv.mkDerivation rec {
-i Makefile
'';

meta = {
meta = with stdenv.lib; {
description = "Wireless network sniffer";
homepage = http://www.kismetwireless.net/;
license = "GPL";
platforms = stdenv.lib.platforms.linux;
homepage = https://www.kismetwireless.net/;
license = licenses.gpl3;
platforms = platforms.linux;
};
}

0 comments on commit 95d18f3

Please sign in to comment.