Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4996ecff5082
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f87415095023
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 12, 2020

  1. xmrig-proxy: 5.0.1 -> 5.10.0

    r-ryantm authored and bhipple committed May 12, 2020
    Copy the full SHA
    e96eec7 View commit details
  2. Merge pull request #85290 from r-ryantm/auto-update/xmrig-proxy

    xmrig-proxy: 5.0.1 -> 5.10.0
    bhipple authored May 12, 2020
    Copy the full SHA
    f874150 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/applications/misc/xmrig/proxy.nix
8 changes: 4 additions & 4 deletions pkgs/applications/misc/xmrig/proxy.nix
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{ stdenv, lib, fetchFromGitHub, cmake, libuv, libmicrohttpd, libuuid, openssl
{ stdenv, lib, fetchFromGitHub, cmake, libuv, libmicrohttpd, openssl
, donateLevel ? 0
}:

stdenv.mkDerivation rec {
pname = "xmrig-proxy";
version = "5.0.1";
version = "5.10.0";

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

nativeBuildInputs = [ cmake ];
buildInputs = [ libuv libmicrohttpd libuuid openssl ];
buildInputs = [ libuv libmicrohttpd openssl ];

postPatch = ''
# Link dynamically against libuuid instead of statically