mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: xmrig: Update to 6.21.2.
* gnu/packages/finance.scm (xmrig): Update to 6.21.2. Change-Id: I6d4ae6a365979735421a24f0de7225e9268e99ee Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
cd45294d57
commit
21fad13fff
1 changed files with 2 additions and 2 deletions
|
@ -2322,7 +2322,7 @@ (define-public python-mt-940
|
||||||
(define-public xmrig
|
(define-public xmrig
|
||||||
(package
|
(package
|
||||||
(name "xmrig")
|
(name "xmrig")
|
||||||
(version "6.21.0")
|
(version "6.21.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2330,7 +2330,7 @@ (define-public xmrig
|
||||||
(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 "1nmzgwd2r7ra7g4p0s5b77bgh099hf1kisbv4d946c9yiwbdzqgc"))
|
(sha256 (base32 "0rxnrn92v2w9f0zyv4zchilnrc3wa8nw4d4b4isaxx411zxgds6i"))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue