parent
f051d83c32
commit
a800c2175f
|
@ -300,13 +300,13 @@ in future and NTLM based authentication is most likey never be supported.")
|
||||||
(define-public mosh
|
(define-public mosh
|
||||||
(package
|
(package
|
||||||
(name "mosh")
|
(name "mosh")
|
||||||
(version "1.2.6")
|
(version "1.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://mosh.org/mosh-" version ".tar.gz"))
|
(uri (string-append "https://mosh.org/mosh-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"118fhpm754wpklf1blnlq5xbvrxqml6rdfs3b07wg666zkxvg0ky"))))
|
"0xikz40q873g9ihvz3x6bwkcb9hb8kcnp5wpcmb72pg5c7s143ij"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Reference in New Issue