diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-02 22:16:16 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-03 07:54:00 +0000 |
| commit | a4561cd89215f4aa4dcd26414171d3f7be7f4d40 (patch) | |
| tree | d33ebd5dfbd1f7aaa5b5a7b42e54d19245c6aba9 /gnu/packages | |
| parent | cf4dcc57bc76ee44510d014e958088feb5aff65a (diff) | |
gnu: nats-server: Update to 2.12.1.
* gnu/packages/high-availability.scm (nats-server): Update to 2.12.1.
[inputs]: Add go-github-com-antithesishq-antithesis-sdk-go and
go-github-com-google-go-tpm.
Change-Id: I511c4c3543fdf4a7826631a41a272a6adf9577aa
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/high-availability.scm | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu/packages/high-availability.scm b/gnu/packages/high-availability.scm index bf3a27c2174..1576648a950 100644 --- a/gnu/packages/high-availability.scm +++ b/gnu/packages/high-availability.scm | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | ;;; Copyright © 2018 Christopher Baines <mail@cbaines.net> | 2 | ;;; Copyright © 2018 Christopher Baines <mail@cbaines.net> |
| 3 | ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re> | 3 | ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re> |
| 4 | ;;; Copyright © 2020, 2022 Tobias Geerinckx-Rice <me@tobias.gr> | 4 | ;;; Copyright © 2020, 2022 Tobias Geerinckx-Rice <me@tobias.gr> |
| 5 | ;;; Copyright © 2022, 2024 Sharlatan Hellseher <sharlatanus@gmail.com> | 5 | ;;; Copyright © 2022, 2024, 2025 Sharlatan Hellseher <sharlatanus@gmail.com> |
| 6 | ;;; Copyright © 2023 Benjamin <benjamin@uvy.fr> | 6 | ;;; Copyright © 2023 Benjamin <benjamin@uvy.fr> |
| 7 | ;;; Copyright © 2024 jgart <jgart@dismail.de> | 7 | ;;; Copyright © 2024 jgart <jgart@dismail.de> |
| 8 | ;;; Copyright © 2024 Jordan Moore <lockbox@struct.foo> | 8 | ;;; Copyright © 2024 Jordan Moore <lockbox@struct.foo> |
| @@ -297,16 +297,16 @@ applications.") | |||
| 297 | (define-public nats-server | 297 | (define-public nats-server |
| 298 | (package | 298 | (package |
| 299 | (name "nats-server") | 299 | (name "nats-server") |
| 300 | (version "2.10.26") | 300 | (version "2.12.1") |
| 301 | (source | 301 | (source |
| 302 | (origin | 302 | (origin |
| 303 | (method git-fetch) | 303 | (method git-fetch) |
| 304 | (uri (git-reference | 304 | (uri (git-reference |
| 305 | (url "https://github.com/nats-io/nats-server") | 305 | (url "https://github.com/nats-io/nats-server") |
| 306 | (commit (string-append "v" version)))) | 306 | (commit (string-append "v" version)))) |
| 307 | (file-name (git-file-name name version)) | 307 | (file-name (git-file-name name version)) |
| 308 | (sha256 | 308 | (sha256 |
| 309 | (base32 "0mpmbsq14l1fbyz9wrfks8acbdikpwi25whlxz5w9wn8w7bd5rwc")))) | 309 | (base32 "04dza8jqw4lhnqj1ip05jx47g9frb00x9s0yy1863qf88bvszv8z")))) |
| 310 | (build-system go-build-system) | 310 | (build-system go-build-system) |
| 311 | (arguments | 311 | (arguments |
| 312 | (list | 312 | (list |
| @@ -324,7 +324,9 @@ applications.") | |||
| 324 | #:test-subdirs | 324 | #:test-subdirs |
| 325 | #~(list "conf/..." "internal/..." "logger/..." "test/..."))) | 325 | #~(list "conf/..." "internal/..." "logger/..." "test/..."))) |
| 326 | (inputs | 326 | (inputs |
| 327 | (list go-github-com-klauspost-compress | 327 | (list go-github-com-antithesishq-antithesis-sdk-go |
| 328 | go-github-com-google-go-tpm | ||
| 329 | go-github-com-klauspost-compress | ||
| 328 | go-github-com-minio-highwayhash | 330 | go-github-com-minio-highwayhash |
| 329 | go-github-com-nats-io-jwt-v2 | 331 | go-github-com-nats-io-jwt-v2 |
| 330 | go-github-com-nats-io-nats-go | 332 | go-github-com-nats-io-nats-go |
