mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-lum8rjack-go-ja4h.
* gnu/packages/golang-web.scm (go-github-com-lum8rjack-go-ja4h): New variable. Change-Id: I61ddcf84978d188f1f3a658816a1d051687354b4
This commit is contained in:
parent
6cc5867bcb
commit
7bb028b25c
1 changed files with 24 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue