gnu: Add go-github-com-bradenhilton-mozillainstallhash.

* gnu/packages/golang-web.scm (go-github-com-bradenhilton-mozillainstallhash): New variable.

Change-Id: I25db6a11708a9c19617762ea04375bb25262c2c3
This commit is contained in:
Sharlatan Hellseher 2025-01-09 23:48:06 +00:00
parent 27aa1d66e0
commit c58a7bbb39
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -971,6 +971,34 @@ (define-public go-github-com-bep-golibsass
"This package provides SCSS compiler support for Go applications.")
(license license:expat)))
(define-public go-github-com-bradenhilton-mozillainstallhash
(package
(name "go-github-com-bradenhilton-mozillainstallhash")
(version "1.0.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/bradenhilton/mozillainstallhash")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0j54ssnvk2vy77g23zrhi9acwblnamj63i7wmmdnb89fjg0xc9km"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/bradenhilton/mozillainstallhash"))
(propagated-inputs
(list go-github-com-bradenhilton-cityhash
go-golang-org-x-text))
(home-page "https://github.com/bradenhilton/mozillainstallhash")
(synopsis "Generates the hash used in installs of Mozilla software")
(description
"This package provides a functionality to get the hash used to
differentiate between installs of Mozilla software in @code{installs.ini} and
@code{profiles.ini}.")
(license license:expat)))
(define-public go-github-com-caddyserver-certmagic
(package
(name "go-github-com-caddyserver-certmagic")