gnu: endlessh: Update to 1.1.

* gnu/packages/ssh.scm (endlessh): Update to 1.1.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2020-02-16 23:12:04 +01:00
parent 8b9cad01e9
commit 63b148f70f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -769,15 +769,16 @@ (define-public clustershell
(define-public endlessh
(package
(name "endlessh")
(version "1.0")
(version "1.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/skeeto/endlessh/releases/"
"download/" version "/endlessh-" version ".tar.xz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/skeeto/endlessh.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0hhsr65hzrcb7ylskmxyr92svzndhks8hqzn8hvg7f7j89rkvq5k"))))
(base32 "0ziwr8j1frsp3dajr8h5glkm1dn5cci404kazz5w1jfrp0736x68"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))