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

xmrig-proxy: 6.21.0 -> 6.21.1
This commit is contained in:
Nick Cao 2024-03-28 09:46:27 -04:00 committed by GitHub
commit 4025d73a95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@ let
in
stdenv.mkDerivation rec {
pname = "xmrig-proxy";
version = "6.21.0";
version = "6.21.1";
src = fetchFromGitHub {
owner = "xmrig";
repo = "xmrig-proxy";
rev = "v${version}";
hash = "sha256-ICRzd1iCm/TciVe0RqVFiiY74RK0KpEGPJ2v+wSRIEo=";
hash = "sha256-70SYdO3uyPINanAoARd2lDwyiuc2f/gg4QuoDgoXjjs=";
};
postPatch = ''