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:
Guillaume Le Vaillant 2024-08-25 09:20:16 +02:00
parent 13cdd11914
commit 90697a216f
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F

View File

@ -2315,7 +2315,7 @@ and manipulation.")
(define-public xmrig (define-public xmrig
(package (package
(name "xmrig") (name "xmrig")
(version "6.21.3") (version "6.22.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2323,7 +2323,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 "0nykvw45s9c5rpf01mmvam4na7ka5jryyrxnbml89raqkp22nlnn")) (sha256 (base32 "1h3qcs176xbfs1k2silr5rf13y0nag6qgsaz14qi3nrxxc0d8n4h"))
(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