aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2022-11-25 09:54:08 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2022-11-25 09:54:08 +0100
commit4777c104beaa9f3f75db5476432b26557d2325c2 (patch)
tree0fd4386334c27dd5593d782f5e289d05ca3fe896
parent77fe40060da0f6dd2db0e3dabe5c24ed616d84af (diff)
downloadguix-4777c104beaa9f3f75db5476432b26557d2325c2.tar
guix-4777c104beaa9f3f75db5476432b26557d2325c2.tar.gz
gnu: xmrig: Update to 6.18.1.
* gnu/packages/finance.scm (xmrig): Update to 6.18.1.
-rw-r--r--gnu/packages/finance.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index d068ef0b5f..0866688ea3 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2134,7 +2134,7 @@ and manipulation.")
(define-public xmrig
(package
(name "xmrig")
- (version "6.18.0")
+ (version "6.18.1")
(source
(origin
(method git-fetch)
@@ -2142,7 +2142,7 @@ and manipulation.")
(url "https://github.com/xmrig/xmrig")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
- (sha256 (base32 "1ncnfjpjwjdv29plyiam2nh01bfni49sgfi3qkijygi1450w71dx"))
+ (sha256 (base32 "0f0kly374pkgnpnx60hac0bg9297a5zhycss6p37iavayn28jg39"))
(modules '((guix build utils)))
(snippet
;; TODO: Try to use system libraries instead of bundled ones in