We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 1e95402 commit 336a6ebCopy full SHA for 336a6eb
pkgs/tools/misc/cpuminer/default.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
name = "cpuminer-${version}";
5
- version = "2.4.5";
+ version = "2.5.0";
6
7
src = fetchurl {
8
url = "mirror://sourceforge/cpuminer/pooler-${name}.tar.gz";
9
- sha256 = "130ab6vcbm9azl9w8n97fzjnjbakm0k2n3wc1bcgy5y5c8s0220h";
+ sha256 = "1xalrfrk5hvh1jh9kbqhib2an82ypd46vl9glaxhz3rbjld7c5pa";
10
};
11
12
patchPhase = if stdenv.cc.isClang then "${perl}/bin/perl ./nomacro.pl" else null;
0 commit comments