summary refs log tree commit diff
path: root/pkgs/applications/misc/xmrig
diff options
context:
space:
mode:
authorVictor Freire <victor@freire.dev.br>2021-11-23 11:40:45 -0300
committerVictor Freire <victor@freire.dev.br>2021-11-23 11:40:45 -0300
commit41cb4807ae0d23a1ec34d63a9f17b17518fc228c (patch)
tree25d067aa5a1bc2bfff913d73eb8384c172fc2216 /pkgs/applications/misc/xmrig
parent76f00f5db9289f82e6b4bcb18265bb50da92e7d4 (diff)
downloadnixpkgs-41cb4807ae0d23a1ec34d63a9f17b17518fc228c.tar
nixpkgs-41cb4807ae0d23a1ec34d63a9f17b17518fc228c.tar.gz
nixpkgs-41cb4807ae0d23a1ec34d63a9f17b17518fc228c.tar.bz2
nixpkgs-41cb4807ae0d23a1ec34d63a9f17b17518fc228c.tar.lz
nixpkgs-41cb4807ae0d23a1ec34d63a9f17b17518fc228c.tar.xz
nixpkgs-41cb4807ae0d23a1ec34d63a9f17b17518fc228c.tar.zst
nixpkgs-41cb4807ae0d23a1ec34d63a9f17b17518fc228c.zip
xmrig-mo: 6.15.0-mo1 -> 6.15.3-mo1
Diffstat (limited to 'pkgs/applications/misc/xmrig')
-rw-r--r--pkgs/applications/misc/xmrig/moneroocean.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/xmrig/moneroocean.nix b/pkgs/applications/misc/xmrig/moneroocean.nix
index 431aac070f2..8e6f1d9b6fc 100644
--- a/pkgs/applications/misc/xmrig/moneroocean.nix
+++ b/pkgs/applications/misc/xmrig/moneroocean.nix
@@ -2,13 +2,13 @@
 
 xmrig.overrideAttrs (oldAttrs: rec {
   pname = "xmrig-mo";
-  version = "6.15.0-mo1";
+  version = "6.15.3-mo1";
 
   src = fetchFromGitHub {
     owner = "MoneroOcean";
     repo = "xmrig";
     rev = "v${version}";
-    sha256 = "sha256-2JT315JbjiU8gAwROZL820MYC/v3MPtJVsN+vsf4KDQ=";
+    sha256 = "sha256-oR9zn73tAgn98tZKvP+2kU1imUKvLz0oNYF+fwFvIA0=";
   };
 
   meta = with lib; {