Merge pull request #48696 from bfortz/xmr-stak

xmr-stak: 2.5.0 -> 2.5.1
This commit is contained in:
Jörg Thalheim 2018-10-21 18:38:58 +01:00 committed by GitHub
commit f0ccddb328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@ in
stdenv'.mkDerivation rec {
name = "xmr-stak-${version}";
version = "2.5.0";
version = "2.5.1";
src = fetchFromGitHub {
owner = "fireice-uk";
repo = "xmr-stak";
rev = "${version}";
sha256 = "1qls0rai9c1cszcqqqmhcdvcsmm23w1jxzlq2b035apkz7ywbxjl";
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 ];
};
}