xmrig-proxy: 6.20.0 -> 6.21.0

This commit is contained in:
R. Ryantm 2023-11-25 13:24:33 +00:00
parent 4909f03115
commit 2fc0b97e57

View File

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