aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-12-05 11:32:00 +0100
committerGitHub <noreply@github.com>2020-12-05 11:32:00 +0100
commit4adfd81d9f0ea5de8a9408df887bbf7d91d5d00a (patch)
tree114a8860b04166ad148aaf62b4f8d4650b225057 /pkgs/tools
parentf9e33cab2b4d9d65d405a4d0838eaa4e15ad8fd9 (diff)
parent8a47655a1010c794ab48d259706b2a7d7a163a01 (diff)
Merge pull request #105946 from r-ryantm/auto-update/thc-ipv6
thc-ipv6: 3.6 -> 3.8
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/thc-ipv6/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/thc-ipv6/default.nix b/pkgs/tools/security/thc-ipv6/default.nix
index 1bc7bc4ce6b7..b8175ef6dbac 100644
--- a/pkgs/tools/security/thc-ipv6/default.nix
+++ b/pkgs/tools/security/thc-ipv6/default.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, libpcap, openssl, libnetfilter_queue, libnfnetlink }:
stdenv.mkDerivation rec {
pname = "thc-ipv6";
- version = "3.6";
+ version = "3.8";
src = fetchFromGitHub {
owner = "vanhauser-thc";
repo = pname;
rev = "v${version}";
- sha256 = "1xjg30z0wzm3xvccv9cgh000i1m79p3m8f0b3s741k0mzyrk8lln";
+ sha256 = "07kwika1zdq62s5p5z94xznm77dxjxdg8k0hrg7wygz50151nzmx";
};
buildInputs = [