mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: nats-server: Update to 2.10.10.
* gnu/packages/high-availability.scm (nats-server): Update to 2.10.10. Change-Id: Ic34d8a4672b188c8d3d10141f9227cab4075fd5b
This commit is contained in:
parent
34cff59d8b
commit
90fe823638
1 changed files with 2 additions and 2 deletions
|
@ -200,7 +200,7 @@ (define-public kronosnet
|
||||||
(define-public nats-server
|
(define-public nats-server
|
||||||
(package
|
(package
|
||||||
(name "nats-server")
|
(name "nats-server")
|
||||||
(version "2.10.5")
|
(version "2.10.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -209,7 +209,7 @@ (define-public nats-server
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07dcn6him4r1chsqr9p4i7fnbfw60gq29f4zmlyljf2c47i58rf9"))))
|
(base32 "1sn8a3xfs1s9jc5fphrnc0ahh83h7ma2ckg2x447gdhg1p7pf9gn"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list go-github-com-klauspost-compress
|
(list go-github-com-klauspost-compress
|
||||||
|
|
Loading…
Reference in a new issue