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

xmrig-proxy: 6.19.2 -> 6.20.0
This commit is contained in:
Weijia Wang 2023-08-06 21:30:38 +02:00 committed by GitHub
commit 1c39600cb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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