Merge pull request #43895 from r-ryantm/auto-update/xmr-stak

xmr-stak: 2.4.5 -> 2.4.7
This commit is contained in:
Jörg Thalheim 2018-07-21 16:10:25 +01:00 committed by GitHub
commit 7f2c897973
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.4.5";
version = "2.4.7";
src = fetchFromGitHub {
owner = "fireice-uk";
repo = "xmr-stak";
rev = "${version}";
sha256 = "0ix4vqhcm4x9j5p6pwdfwkm2ml6wmwsyn3ppzvxllhp4dj8blzwf";
sha256 = "072gapchmd05ir5ygrvbgdhpjhm7pdjyl61n1ykxzvnvi81z6817";
};
NIX_CFLAGS_COMPILE = "-O3";