xmrig: 6.21.2 -> 6.21.3

This commit is contained in:
R. Ryantm 2024-04-23 15:24:42 +00:00
parent 52053cb756
commit 14564eac44
1 changed files with 2 additions and 2 deletions

View File

@ -15,13 +15,13 @@ let
in
stdenv.mkDerivation rec {
pname = "xmrig";
version = "6.21.2";
version = "6.21.3";
src = fetchFromGitHub {
owner = "xmrig";
repo = "xmrig";
rev = "v${version}";
hash = "sha256-0ej2+g+B9K50JIs0wi1SfLBsaYTsk+0/cImLLZLNtmc=";
hash = "sha256-1lIrxJ1Y5YRoXbZn77Msah5lSVW71gDczYUlXQjf01s=";
};
patches = [