mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: nats-server: Update to 2.10.16.
* gnu/packages/high-availability.scm (nats-server): Update to 2.10.16. Change-Id: If1a1fb911c74f26964cfbcf31cd4759fa1779750
This commit is contained in:
parent
65bdf83e33
commit
ac8b1492f1
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
|
||||
;;; Copyright © 2020, 2022 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2022 Sharlatan Hellseher <sharlatanus@gmail.com>
|
||||
;;; Copyright © 2022, 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
|
||||
;;; Copyright © 2023 Benjamin <benjamin@uvy.fr>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
|
@ -202,7 +202,7 @@ (define-public kronosnet
|
|||
(define-public nats-server
|
||||
(package
|
||||
(name "nats-server")
|
||||
(version "2.10.10")
|
||||
(version "2.10.16")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -211,7 +211,7 @@ (define-public nats-server
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1sn8a3xfs1s9jc5fphrnc0ahh83h7ma2ckg2x447gdhg1p7pf9gn"))))
|
||||
(base32 "1l5132swcxxk1d0xdwh1aqrlkcmcss9m9y6hky2yk6b33l1w681v"))))
|
||||
(build-system go-build-system)
|
||||
(inputs
|
||||
(list go-github-com-klauspost-compress
|
||||
|
|
Loading…
Reference in a new issue