gnu: 0xffff: Don't use unstable tarball.

* gnu/packages/flashing-tools.scm (0xffff)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-24 12:22:17 +01:00
parent 03df9e5a1e
commit 659afdae5e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 7 additions and 7 deletions

View File

@ -100,13 +100,13 @@ programmer devices.")
(version "0.8") (version "0.8")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/pali/0xffff/archive/" (uri (git-reference
version ".tar.gz")) (url "https://github.com/pali/0xffff.git")
(file-name (string-append "0xFFFF" version ".tar.gz" )) (commit version)))
(sha256 (file-name (git-file-name name version))
(base32 (sha256
"1kk25m2gs417mfhwaq43d62yy5rsjb7llr07zf5aqx31csln3q8k")))) (base32 "1a5b7k96vzirb0m8lqp7ldn77ppz4ngf56wslhsj2c6flcyvns4v"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libusb" ,libusb-0.1))) ; doesn't work with libusb-compat `(("libusb" ,libusb-0.1))) ; doesn't work with libusb-compat