summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2025-05-18 09:49:51 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2025-05-18 09:49:51 +0300
commite87c5b9a92bcee88a07c0ed55926f632abecf8f7 (patch)
tree6dfc451f284d2cc2d558264d302da9f9e04b5bf1
parent889d2aae7e2566b4eaf0fc8ddb0601ed9381c050 (diff)
gnu: hcxtools: Update to 6.3.5.
* gnu/packages/networking.scm (hcxtools): Update to 6.3.5. Change-Id: I11cc71b2d18968f61ca7e1f0762af9a71652d15c
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index c01dbe877a..2d8ba895af 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3702,7 +3702,7 @@ Ethernet and TAP interfaces is supported. Packet capture is also supported.")
(define-public hcxtools
(package
(name "hcxtools")
- (version "6.2.7")
+ (version "6.3.5")
(source
(origin
(method git-fetch)
@@ -3710,7 +3710,7 @@ Ethernet and TAP interfaces is supported. Packet capture is also supported.")
(url "https://github.com/ZerBea/hcxtools")
(commit version)))
(sha256
- (base32 "0460dxbc04w60l3g06rk007yyb6qprgyii59y2zdki0vy7q63m8b"))
+ (base32 "0kmgl9q4iq0c5c8hlqmxnzz17nxplmzlnbi3h2q5vz75hn4ccmzi"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs (list pkg-config))