Merge pull request #228235 from r-ryantm/auto-update/xmrig-proxy

xmrig-proxy: 6.19.0 -> 6.19.2
This commit is contained in:
Nick Cao 2023-04-26 10:34:45 +08:00 committed by GitHub
commit d4f8bc36c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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