mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-10 16:50:43 +02:00
gnu: xmrig: Update to 6.22.2.
* gnu/packages/finance.scm (xmrig): Update to 6.22.2. Change-Id: Ic07cceb0a889afca1b074b536d0f06803c402f29
This commit is contained in:
parent
583e0688e3
commit
5bcd765f95
1 changed files with 2 additions and 2 deletions
|
@ -2444,7 +2444,7 @@ and manipulation.")
|
||||||
(define-public xmrig
|
(define-public xmrig
|
||||||
(package
|
(package
|
||||||
(name "xmrig")
|
(name "xmrig")
|
||||||
(version "6.22.0")
|
(version "6.22.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2452,7 +2452,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 "1h3qcs176xbfs1k2silr5rf13y0nag6qgsaz14qi3nrxxc0d8n4h"))
|
(sha256 (base32 "0dis9v8xykiqqzcib22djgmzyvx71akjs25aqvxjjzl1n8cm4npz"))
|
||||||
(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…
Add table
Add a link
Reference in a new issue