guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 7bb028b25cea1c68f97c02055a30df0ea95f1ce4
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 9 10:09:48 2025 +0100
gnu: Add go-github-com-lum8rjack-go-ja4h.
* gnu/packages/golang-web.scm (go-github-com-lum8rjack-go-ja4h): New
variable.
Change-Id: I61ddcf84978d188f1f3a658816a1d051687354b4
---
gnu/packages/golang-web.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index f21a1f3ffc..feef60477a 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -6623,6 +6623,30 @@ intends to be compatible with Avahi.")
Block Storage for container, cloud and virtualisation.")
(license license:asl2.0)))
+(define-public go-github-com-lum8rjack-go-ja4h
+ (package
+ (name "go-github-com-lum8rjack-go-ja4h")
+ (version "0.0.0-20250828030157-fa5266d50650")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/lum8rjack/go-ja4h")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "079qh3lj6a8jr90g170lc36b878hqfyi94azqs8fl0wnj2fzzcs3"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/lum8rjack/go-ja4h"))
+ (home-page "https://github.com/lum8rjack/go-ja4h")
+ (synopsis "JA4H Fingerprint in Golang")
+ (description
+ "This Package provides an implementation of the
+@url{https://github.com/FoxIO-LLC/ja4, JA4HTTP (JA4H) hashing algorithm}.")
+ (license license:expat)))
+
(define-public go-github-com-macronut-go-tproxy
(package
(name "go-github-com-macronut-go-tproxy")