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

xmrig: 6.21.0 -> 6.21.1
This commit is contained in:
Nick Cao 2024-02-26 09:49:37 -05:00 committed by GitHub
commit 5ee875ccb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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