1 { lib, stdenv, fetchFromGitHub, cmake }:
3 stdenv.mkDerivation rec {
7 nativeBuildInputs = [ cmake ];
9 src = fetchFromGitHub {
13 sha256 = "sha256-dfImzwbEfJQcaPZCoWypHiI6dishVRdqS/r+n3tfjvM=";
17 description = "Proof of work algorithm based on random code execution";
18 homepage = "https://github.com/tevador/RandomX";
19 license = licenses.bsd3;
20 maintainers = with maintainers; [ rnhmjoj ];
21 platforms = platforms.unix;