Skip to content

Commit

Permalink
xmrig-proxy: 2.11.0 -> 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Apr 1, 2019
1 parent 6f6cb6a commit 40be34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/xmrig/proxy.nix
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
name = "xmrig-proxy-${version}";
version = "2.11.0";
version = "2.14.0";

src = fetchFromGitHub {
owner = "xmrig";
repo = "xmrig-proxy";
rev = "v${version}";
sha256 = "1jjcgnpkxdafsdsxndsvzd84i6mwk7ix4vvgs3k1dla9ll9nwq5j";
sha256 = "0yw9g18blrwncy1ya9iwbfx8l7bs0v6nmnkk71bxz4zj9d8dkal3";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 40be34b

Please sign in to comment.