xmrig-mo: 6.16.2-mo2 -> 6.16.4-mo1

(#159840)
This commit is contained in:
R. RyanTM 2022-02-17 03:15:37 -08:00 committed by GitHub
parent 7126c839cf
commit 312f673f41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
xmrig.overrideAttrs (oldAttrs: rec {
pname = "xmrig-mo";
version = "6.16.2-mo2";
version = "6.16.4-mo1";
src = fetchFromGitHub {
owner = "MoneroOcean";
repo = "xmrig";
rev = "v${version}";
sha256 = "sha256-o2TtkoKa4DQ6tM1GdKVEmkWoJvnvxQc514wwgsfTDnE=";
sha256 = "sha256-OnKz/Sl/b0wpZ1tqeEXhNxNNmQJXBhv5YNnKu9aOVZA=";
};
meta = with lib; {