summary refs log tree commit diff
path: root/pkgs/applications/misc/xmr-stak
diff options
context:
space:
mode:
authorBernard Fortz <bernard.fortz@gmail.com>2018-10-19 08:32:22 +0200
committerBernard Fortz <bernard.fortz@gmail.com>2018-10-19 08:32:22 +0200
commit3768eed493f7d9c9e5b4e0c891c6970c53df6322 (patch)
tree157afbfe7a3b2b53cb044601d021be331076ccbd /pkgs/applications/misc/xmr-stak
parent9a5f7b1630c138a82cb9ae0d6a513c4358c1dc10 (diff)
downloadnixpkgs-3768eed493f7d9c9e5b4e0c891c6970c53df6322.tar
nixpkgs-3768eed493f7d9c9e5b4e0c891c6970c53df6322.tar.gz
nixpkgs-3768eed493f7d9c9e5b4e0c891c6970c53df6322.tar.bz2
nixpkgs-3768eed493f7d9c9e5b4e0c891c6970c53df6322.tar.lz
nixpkgs-3768eed493f7d9c9e5b4e0c891c6970c53df6322.tar.xz
nixpkgs-3768eed493f7d9c9e5b4e0c891c6970c53df6322.tar.zst
nixpkgs-3768eed493f7d9c9e5b4e0c891c6970c53df6322.zip
xmr-stak: 2.4.7 -> 2.5.1
Supports the latest monero hardfork.
Diffstat (limited to 'pkgs/applications/misc/xmr-stak')
-rw-r--r--pkgs/applications/misc/xmr-stak/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/xmr-stak/default.nix b/pkgs/applications/misc/xmr-stak/default.nix
index b98d10efdee..ed90689da1e 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.4.7";
+  version = "2.5.1";
 
   src = fetchFromGitHub {
     owner = "fireice-uk";
     repo = "xmr-stak";
     rev = "${version}";
-    sha256 = "072gapchmd05ir5ygrvbgdhpjhm7pdjyl61n1ykxzvnvi81z6817";
+    sha256 = "0n042vxrr52k6x86h06f298flmxghsfh2a3kqnc41r7p7qybgjj8";
   };
 
   NIX_CFLAGS_COMPILE = "-O3";
@@ -40,6 +40,6 @@ stdenv'.mkDerivation rec {
     description = "Unified All-in-one Monero miner";
     homepage = "https://github.com/fireice-uk/xmr-stak";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ fpletz ];
+    maintainers = with maintainers; [ fpletz bfortz ];
   };
 }