gnu: hcxtools: Update to 6.3.5.

* gnu/packages/networking.scm (hcxtools): Update to 6.3.5.

Change-Id: I11cc71b2d18968f61ca7e1f0762af9a71652d15c
This commit is contained in:
Artyom V. Poptsov 2025-05-18 09:49:51 +03:00
parent 889d2aae7e
commit e87c5b9a92
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -3702,7 +3702,7 @@ Ethernet and TAP interfaces is supported. Packet capture is also supported.")
(define-public hcxtools (define-public hcxtools
(package (package
(name "hcxtools") (name "hcxtools")
(version "6.2.7") (version "6.3.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3710,7 +3710,7 @@ Ethernet and TAP interfaces is supported. Packet capture is also supported.")
(url "https://github.com/ZerBea/hcxtools") (url "https://github.com/ZerBea/hcxtools")
(commit version))) (commit version)))
(sha256 (sha256
(base32 "0460dxbc04w60l3g06rk007yyb6qprgyii59y2zdki0vy7q63m8b")) (base32 "0kmgl9q4iq0c5c8hlqmxnzz17nxplmzlnbi3h2q5vz75hn4ccmzi"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (list pkg-config)) (native-inputs (list pkg-config))