xmrig-proxy: 6.19.0 -> 6.19.2

This commit is contained in:
R. Ryantm 2023-04-26 00:54:44 +00:00
parent 5167d6f405
commit 2cf69432d1

View file

@ -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 = ''