summary refs log tree commit diff
path: root/pkgs/applications/misc/xmr-stak
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-04-16 10:32:52 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-04-16 10:32:52 -0700
commit2962c77b6c8f2baa6f55f19640cfa0f9cefe43af (patch)
treed9bfd9bf3e56c2e276698590a0850e33992361de /pkgs/applications/misc/xmr-stak
parent65ca3ab5f492cba003b6ae289ac962f16df5b873 (diff)
downloadnixpkgs-2962c77b6c8f2baa6f55f19640cfa0f9cefe43af.tar
nixpkgs-2962c77b6c8f2baa6f55f19640cfa0f9cefe43af.tar.gz
nixpkgs-2962c77b6c8f2baa6f55f19640cfa0f9cefe43af.tar.bz2
nixpkgs-2962c77b6c8f2baa6f55f19640cfa0f9cefe43af.tar.lz
nixpkgs-2962c77b6c8f2baa6f55f19640cfa0f9cefe43af.tar.xz
nixpkgs-2962c77b6c8f2baa6f55f19640cfa0f9cefe43af.tar.zst
nixpkgs-2962c77b6c8f2baa6f55f19640cfa0f9cefe43af.zip
xmr-stak: 2.10.1 -> 2.10.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xmr-stak/versions
Diffstat (limited to 'pkgs/applications/misc/xmr-stak')
-rw-r--r--pkgs/applications/misc/xmr-stak/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/xmr-stak/default.nix b/pkgs/applications/misc/xmr-stak/default.nix
index 4b7be4b2b50..8b6ea4c86c5 100644
--- a/pkgs/applications/misc/xmr-stak/default.nix
+++ b/pkgs/applications/misc/xmr-stak/default.nix
@@ -12,13 +12,13 @@ in
 
 stdenv'.mkDerivation rec {
   name = "xmr-stak-${version}";
-  version = "2.10.1";
+  version = "2.10.4";
 
   src = fetchFromGitHub {
     owner = "fireice-uk";
     repo = "xmr-stak";
     rev = "${version}";
-    sha256 = "0381r4nr5cx0zv3dhsvld4ibpp5gq911815h03v92688za3swhng";
+    sha256 = "0f3cs0jw0yn8lbcm43m34dnvvgr4qpb8wa176vh4whk7bbjkw7lz";
   };
 
   NIX_CFLAGS_COMPILE = "-O3";