Commit 2cf69432 authored by R. RyanTM's avatar R. RyanTM
Browse files

xmrig-proxy: 6.19.0 -> 6.19.2

parent 5167d6f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "xmrig-proxy";
  version = "6.19.0";
  version = "6.19.2";

  src = fetchFromGitHub {
    owner = "xmrig";
    repo = "xmrig-proxy";
    rev = "v${version}";
    hash = "sha256-0vmRwe7PQVifm6HxgpPno9mIFcBZFtxqNdDK4V637ds=";
    hash = "sha256-3nEfg2hmOMjevo5VhjelIeV2xRwkIOVhLNxBmPzdWog=";
  };

  postPatch = ''