gnu: xmrig: Update to 6.21.3.
* gnu/packages/finance.scm (xmrig): Update to 6.21.3. Change-Id: I38b9ea4e69469cfda6b426b008d169891c7ff537 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>master
parent
adfb0be57f
commit
5c094e0a08
|
@ -2321,7 +2321,7 @@ and manipulation.")
|
||||||
(define-public xmrig
|
(define-public xmrig
|
||||||
(package
|
(package
|
||||||
(name "xmrig")
|
(name "xmrig")
|
||||||
(version "6.21.2")
|
(version "6.21.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2329,7 +2329,7 @@ and manipulation.")
|
||||||
(url "https://github.com/xmrig/xmrig")
|
(url "https://github.com/xmrig/xmrig")
|
||||||
(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 (base32 "0rxnrn92v2w9f0zyv4zchilnrc3wa8nw4d4b4isaxx411zxgds6i"))
|
(sha256 (base32 "0nykvw45s9c5rpf01mmvam4na7ka5jryyrxnbml89raqkp22nlnn"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; TODO: Try to use system libraries instead of bundled ones in
|
;; TODO: Try to use system libraries instead of bundled ones in
|
||||||
|
|
Reference in New Issue