1 { lib, stdenv, fetchFromGitHub, cmake }:
3 stdenv.mkDerivation rec {
7 nativeBuildInputs = [ cmake ];
9 src = fetchFromGitHub {
13 sha256 = "13h2cw8drq7xn3v8fbpxrlsl8zq3fs8gd2pc1pv28ahr9qqjz1gc";
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;