xmrig-mo: 6.26.0-mo1 -> 6.26.0-mo2

This commit is contained in:
R. Ryantm
2026-04-08 09:39:03 +00:00
parent 717151106d
commit 377ba6e4cf
+2 -2
View File
@@ -6,13 +6,13 @@
xmrig.overrideAttrs (oldAttrs: rec {
pname = "xmrig-mo";
version = "6.26.0-mo1";
version = "6.26.0-mo2";
src = fetchFromGitHub {
owner = "MoneroOcean";
repo = "xmrig";
rev = "v${version}";
hash = "sha256-7Jo7q1GAq8GEw7oM32I6rHFhMsZsp3Z75s7p4ox3wS0=";
hash = "sha256-3WYHkxPcGcA+Y9VhEGYfLs1iUKfLhkgzsRgyS8gWXPA=";
};
meta = {