diff options
author | Ahmad Draidi <a.r.draidi@redscript.org> | 2024-02-23 16:55:24 +0400 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2024-02-24 10:07:18 +0100 |
commit | 1abc3b97a1f4ba630c2bc4655fd53b7fe46bf03a (patch) | |
tree | b58c2019caf4d8b2d8a37e8c7279c5a8b7f4bdc3 | |
parent | c0f88cd18649c31c75bcddf8247b14ef3e3a66a5 (diff) |
gnu: xmrig: Update to 6.21.0.
* gnu/packages/finance.scm (xmrig): Update to 6.21.0.
Change-Id: I7e873cce85d8e333ecd7a767f9060d858ac94125
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
-rw-r--r-- | gnu/packages/finance.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index eadaa46102..3394a08924 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -2243,7 +2243,7 @@ and manipulation.") (define-public xmrig (package (name "xmrig") - (version "6.20.0") + (version "6.21.0") (source (origin (method git-fetch) @@ -2251,7 +2251,7 @@ and manipulation.") (url "https://github.com/xmrig/xmrig") (commit (string-append "v" version)))) (file-name (git-file-name name version)) - (sha256 (base32 "02clipcixn0g4sm3b5r1cxx56ddhjkm8sqnq40jy1zm66ad5zhkj")) + (sha256 (base32 "1nmzgwd2r7ra7g4p0s5b77bgh099hf1kisbv4d946c9yiwbdzqgc")) (modules '((guix build utils))) (snippet ;; TODO: Try to use system libraries instead of bundled ones in |