guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/09: gnu: xmrig: Update to 6.18.1.


From: guix-commits
Subject: 02/09: gnu: xmrig: Update to 6.18.1.
Date: Fri, 25 Nov 2022 04:32:38 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 4777c104beaa9f3f75db5476432b26557d2325c2
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Nov 25 09:54:08 2022 +0100

    gnu: xmrig: Update to 6.18.1.
    
    * gnu/packages/finance.scm (xmrig): Update to 6.18.1.
---
 gnu/packages/finance.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]