summary refs log tree commit diff
path: root/pkgs/tools/security/p0f
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2016-05-13 00:13:22 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2016-05-13 17:25:25 +0200
commitc7e69de43b5aee838742a1ea17acf98085fc57a1 (patch)
tree966f93a51efb682562688ddcee645ef53228629f /pkgs/tools/security/p0f
parentc6ff91912b3ae2793d4b89e3d6eb2c90448ad292 (diff)
downloadnixpkgs-c7e69de43b5aee838742a1ea17acf98085fc57a1.tar
nixpkgs-c7e69de43b5aee838742a1ea17acf98085fc57a1.tar.gz
nixpkgs-c7e69de43b5aee838742a1ea17acf98085fc57a1.tar.bz2
nixpkgs-c7e69de43b5aee838742a1ea17acf98085fc57a1.tar.lz
nixpkgs-c7e69de43b5aee838742a1ea17acf98085fc57a1.tar.xz
nixpkgs-c7e69de43b5aee838742a1ea17acf98085fc57a1.tar.zst
nixpkgs-c7e69de43b5aee838742a1ea17acf98085fc57a1.zip
p0f: 3.08b -> 3.09b
Diffstat (limited to 'pkgs/tools/security/p0f')
-rw-r--r--pkgs/tools/security/p0f/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/p0f/default.nix b/pkgs/tools/security/p0f/default.nix
index 3ffc19b5ca9..0b6a9644424 100644
--- a/pkgs/tools/security/p0f/default.nix
+++ b/pkgs/tools/security/p0f/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name    = "p0f-${version}";
-  version = "3.08b";
+  version = "3.09b";
 
   src = fetchurl {
     url    = "http://lcamtuf.coredump.cx/p0f3/releases/${name}.tgz";
-    sha256 = "1v4afs66qxk53h8vhfk5x17xvgj32qixwjvz4023gnx59gzag2fs";
+    sha256 = "0zqfq3gdnha29ckvlqmyp36c0jhj7f69bhqqx31yb6vkirinhfsl";
   };
 
   buildInputs = [ libpcap ];