summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-10 17:53:08 -0700
committerobadz <obadz-git@obadz.com>2018-05-12 14:36:32 +0200
commitf7532666073252367b4483509ec558957f65b142 (patch)
tree2b6bdfcbddabb4d3ff66a7071340129fc60ff8f1 /pkgs/applications
parentf0057a2f2787fbdb870b90ba04391f0affdc2610 (diff)
downloadnixlib-f7532666073252367b4483509ec558957f65b142.tar
nixlib-f7532666073252367b4483509ec558957f65b142.tar.gz
nixlib-f7532666073252367b4483509ec558957f65b142.tar.bz2
nixlib-f7532666073252367b4483509ec558957f65b142.tar.lz
nixlib-f7532666073252367b4483509ec558957f65b142.tar.xz
nixlib-f7532666073252367b4483509ec558957f65b142.tar.zst
nixlib-f7532666073252367b4483509ec558957f65b142.zip
xmrig: 2.6.1 -> 2.6.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/xmrig/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.6.2 with grep in /nix/store/fql94ka6winbdld6zs5y34f2y0fbzavg-xmrig-2.6.2
- directory tree listing: https://gist.github.com/109bef229b0b8564b89f489b69f6f0b5
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/xmrig/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/xmrig/default.nix b/pkgs/applications/misc/xmrig/default.nix
index 5b389d99da76..91fdb37432ea 100644
--- a/pkgs/applications/misc/xmrig/default.nix
+++ b/pkgs/applications/misc/xmrig/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   name = "xmrig-${version}";
-  version = "2.6.1";
+  version = "2.6.2";
 
   src = fetchFromGitHub {
     owner = "xmrig";
     repo = "xmrig";
     rev = "v${version}";
-    sha256 = "05gd3jl8nvj2b73l4x72rfbbxrkw3r8q1h761ly4z35v4f3lahk8";
+    sha256 = "09dcjvnm74j1d26mvdiz0sl1qwns5xfkdwx46nqd4xlgvg9x4rpx";
   };
 
   nativeBuildInputs = [ cmake ];