gnu: xmrig: Update to 6.22.0.
* gnu/packages/finance.scm (xmrig): Update to 6.22.0. Change-Id: I62c9da2bd66fe665b42a7e89f8138905f8533855
This commit is contained in:
parent
13cdd11914
commit
90697a216f
@ -2315,7 +2315,7 @@ and manipulation.")
|
||||
(define-public xmrig
|
||||
(package
|
||||
(name "xmrig")
|
||||
(version "6.21.3")
|
||||
(version "6.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@ -2323,7 +2323,7 @@ and manipulation.")
|
||||
(url "https://github.com/xmrig/xmrig")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256 (base32 "0nykvw45s9c5rpf01mmvam4na7ka5jryyrxnbml89raqkp22nlnn"))
|
||||
(sha256 (base32 "1h3qcs176xbfs1k2silr5rf13y0nag6qgsaz14qi3nrxxc0d8n4h"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; TODO: Try to use system libraries instead of bundled ones in
|
||||
|
Loading…
Reference in New Issue
Block a user