me
/
guix
Archived
1
0
Fork 0

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
Ahmad Draidi via Guix-patches via 2024-08-03 22:05:50 +04:00 committed by Zheng Junjie
parent adfb0be57f
commit 5c094e0a08
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -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