diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-17 16:19:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-18 06:15:02 +0200 |
commit | 6807d6a9855bcae88aca4c2434c14182ca1059ab (patch) | |
tree | 4d3a9bbb2a20e1c019e5777faeb5c9360ad345c0 /gnu | |
parent | 23414a8efad59f19b4563a0464089ff64c676933 (diff) |
gnu: hcxtools: Update to 5.1.6.
* gnu/packages/networking.scm (hcxtools): Update to 5.1.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 6ade8ed85d..83741e4572 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -2255,7 +2255,7 @@ Ethernet and TAP interfaces is supported. Packet capture is also supported.") (define-public hcxtools (package (name "hcxtools") - (version "5.1.4") + (version "5.1.6") (source (origin (method git-fetch) @@ -2263,7 +2263,7 @@ Ethernet and TAP interfaces is supported. Packet capture is also supported.") (url "https://github.com/ZerBea/hcxtools.git") (commit version))) (sha256 - (base32 "1bkl0j6m5q091fas99s83aclcc5kfwacmkgmyg8565z2npvnj7nf")) + (base32 "05sjbmv2wq3nlmammrwxqc62c4sagjjgczzddr1jcqkf6kywzkl8")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (inputs |