Skip to content

Commit

Permalink
Merge pull request #70004 from r-ryantm/auto-update/xmrig-proxy
Browse files Browse the repository at this point in the history
xmrig-proxy: 3.0.0 -> 3.1.1
  • Loading branch information
marsam committed Sep 29, 2019
2 parents 15f1e6d + 40d75f2 commit a6754a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/xmrig/proxy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "xmrig-proxy";
version = "3.0.0";
version = "3.1.1";

src = fetchFromGitHub {
owner = "xmrig";
repo = "xmrig-proxy";
rev = "v${version}";
sha256 = "19rv5zmxwr3kmb2m3fas91aq1493cnkhvs88zcflnijr1ra218ks";
sha256 = "1qiwarf0bqc17w3r88ysxxpm71gm861zx1fnzp0xi4q3rbh3nfmd";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit a6754a3

Please sign in to comment.