diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-07 00:23:54 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-07 00:25:55 +0100 |
| commit | 959febb9a61d16329d363072ab34361bb6b9c5b0 (patch) | |
| tree | 3652b92c29711b078f075bfa772389ba3647b995 | |
| parent | a7720f610bebb61d3c95dbb08793a57c6d14c66c (diff) | |
gnu: Add go-github-com-ooni-probe-assets.
* gnu/packages/golang-web.scm (go-github-com-ooni-probe-assets): New variable.
| -rw-r--r-- | gnu/packages/golang-web.scm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index e280015b325..2c8b914f434 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm | |||
| @@ -15496,6 +15496,33 @@ client and server implementations that are compatible with alternative TLS | |||
| 15496 | libraries such as github.com/refraction-networking/utls.") | 15496 | libraries such as github.com/refraction-networking/utls.") |
| 15497 | (license license:bsd-3))) | 15497 | (license license:bsd-3))) |
| 15498 | 15498 | ||
| 15499 | (define-public go-github-com-ooni-probe-assets | ||
| 15500 | (package | ||
| 15501 | (name "go-github-com-ooni-probe-assets") | ||
| 15502 | (version "0.31.0") | ||
| 15503 | (source | ||
| 15504 | (origin | ||
| 15505 | (method git-fetch) | ||
| 15506 | (uri (git-reference | ||
| 15507 | (url "https://github.com/ooni/probe-assets") | ||
| 15508 | (commit (string-append "v" version)))) | ||
| 15509 | (file-name (git-file-name name version)) | ||
| 15510 | (sha256 | ||
| 15511 | (base32 "1l4np2vxncksamf619qh1kvw0j96widmlzp1wag6q4fikm1bzb78")))) | ||
| 15512 | (build-system go-build-system) | ||
| 15513 | (arguments | ||
| 15514 | (list | ||
| 15515 | #:skip-build? #t | ||
| 15516 | #:import-path "github.com/ooni/probe-assets")) | ||
| 15517 | (propagated-inputs | ||
| 15518 | (list go-github-com-oschwald-maxminddb-golang)) | ||
| 15519 | (home-page "https://ooni.org/") | ||
| 15520 | (synopsis "Assets used by OONI Probe") | ||
| 15521 | (description | ||
| 15522 | "This package provides generic OONI assets. It includes @code{MaxMind} | ||
| 15523 | DB files retrieved from CURL.") | ||
| 15524 | (license license:bsd-3))) | ||
| 15525 | |||
| 15499 | (define-public go-github-com-openfga-go-sdk | 15526 | (define-public go-github-com-openfga-go-sdk |
| 15500 | (package | 15527 | (package |
| 15501 | (name "go-github-com-openfga-go-sdk") | 15528 | (name "go-github-com-openfga-go-sdk") |
