xmrig-proxy: 6.19.2 -> 6.20.0

This commit is contained in:
R. Ryantm 2023-08-06 06:04:32 +00:00
parent 97bd658852
commit 38723846e4

View File

@ -13,13 +13,13 @@ let
in
stdenv.mkDerivation rec {
pname = "xmrig-proxy";
version = "6.19.2";
version = "6.20.0";
src = fetchFromGitHub {
owner = "xmrig";
repo = "xmrig-proxy";
rev = "v${version}";
hash = "sha256-3nEfg2hmOMjevo5VhjelIeV2xRwkIOVhLNxBmPzdWog=";
hash = "sha256-RliH4cr96lsigtoJiq5ymkIY8rbXG4xYmhWDAwZpSY0=";
};
postPatch = ''