xmrig: 6.21.0 -> 6.21.1

This commit is contained in:
R. Ryantm 2024-02-26 05:20:52 +00:00
parent 75f9d4f7cf
commit e6a6af3bec

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 = [