about summary refs log tree commit diff
path: root/pkgs/applications/misc/xmrig
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-16 08:12:03 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-16 08:12:03 +0000
commitffc27ebf62c49fd6cd68135be442e4f39c0fee36 (patch)
tree72c8c8a6275128361f44fba5f686f96403cb560e /pkgs/applications/misc/xmrig
parent163faec184f89c13027114b288c82666376f20ab (diff)
xmrig-proxy: 6.15.1 -> 6.18.0
Diffstat (limited to 'pkgs/applications/misc/xmrig')
-rw-r--r--pkgs/applications/misc/xmrig/proxy.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/xmrig/proxy.nix b/pkgs/applications/misc/xmrig/proxy.nix
index d1c5fa5d649b9..c5900fb9d507e 100644
--- a/pkgs/applications/misc/xmrig/proxy.nix
+++ b/pkgs/applications/misc/xmrig/proxy.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   pname = "xmrig-proxy";
-  version = "6.15.1";
+  version = "6.18.0";
 
   src = fetchFromGitHub {
     owner = "xmrig";
     repo = "xmrig-proxy";
     rev = "v${version}";
-    sha256 = "sha256-VbHymVc/swrRaEBqvYlCEVjYeU0ii9oSr+b6q0hlCaQ=";
+    sha256 = "sha256-3Tp0wTL3uHs0N4CdlNusvpuam653b6qUZu9/KBT4HOM=";
   };
 
   nativeBuildInputs = [ cmake ];