mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
Merge pull request #132905 from j0hax/moneroocean
xmrig-mo: init at 6.14.1-mo1
This commit is contained in:
commit
f194ced1f1
21
pkgs/applications/misc/xmrig/moneroocean.nix
Normal file
21
pkgs/applications/misc/xmrig/moneroocean.nix
Normal file
@ -0,0 +1,21 @@
|
||||
{ fetchFromGitHub, lib, xmrig }:
|
||||
|
||||
xmrig.overrideAttrs (oldAttrs: rec {
|
||||
pname = "xmrig-mo";
|
||||
version = "6.14.1-mo1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "MoneroOcean";
|
||||
repo = "xmrig";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-1YG0llNv1VR8ocNFxYLZFXMzowNNqpqSyIu7iCr/rfM=";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "A fork of the XMRig CPU miner with support for algorithm switching";
|
||||
homepage = "https://github.com/MoneroOcean/xmrig";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||
maintainers = with maintainers; [ j0hax ];
|
||||
};
|
||||
})
|
@ -25992,6 +25992,8 @@ with pkgs;
|
||||
|
||||
xmrig = callPackage ../applications/misc/xmrig { };
|
||||
|
||||
xmrig-mo = callPackage ../applications/misc/xmrig/moneroocean.nix { };
|
||||
|
||||
xmrig-proxy = callPackage ../applications/misc/xmrig/proxy.nix { };
|
||||
|
||||
molot-lite = callPackage ../applications/audio/molot-lite { };
|
||||
|
Loading…
Reference in New Issue
Block a user