Skip to content

Commit 336a6eb

Browse files
committedJul 4, 2017
cpuminer: 2.4.5 -> 2.5.0
1 parent 1e95402 commit 336a6eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/misc/cpuminer/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "cpuminer-${version}";
5-
version = "2.4.5";
5+
version = "2.5.0";
66

77
src = fetchurl {
88
url = "mirror://sourceforge/cpuminer/pooler-${name}.tar.gz";
9-
sha256 = "130ab6vcbm9azl9w8n97fzjnjbakm0k2n3wc1bcgy5y5c8s0220h";
9+
sha256 = "1xalrfrk5hvh1jh9kbqhib2an82ypd46vl9glaxhz3rbjld7c5pa";
1010
};
1111

1212
patchPhase = if stdenv.cc.isClang then "${perl}/bin/perl ./nomacro.pl" else null;

0 commit comments

Comments
 (0)
Please sign in to comment.