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

xmrig: 6.20.0 -> 6.21.0
This commit is contained in:
Nick Cao 2023-11-25 10:08:22 -05:00 committed by GitHub
commit 6f963568d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@ let
in
stdenv.mkDerivation rec {
pname = "xmrig";
version = "6.20.0";
version = "6.21.0";
src = fetchFromGitHub {
owner = "xmrig";
repo = "xmrig";
rev = "v${version}";
hash = "sha256-csJfmjKm/uAlINhijeqUsDVTemchlzWqJg/YHtmNlAk=";
hash = "sha256-7OHfFo8+MUNSI3vpOIODKQH41jmraHDJOyqfLBp/v9o=";
};
patches = [