13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
21 sha256 = "sha256-+hBc7jW1MVLVjYXNOV7QvFJJpZ5RzW5/c9NdqOXrsj0=";
29 dontWrapQtApps = true; # no GUI
39 description = "Fast & nimble SPV server for Bitcoin Cash & Bitcoin BTC";
40 homepage = "https://github.com/cculianu/Fulcrum";
41 maintainers = with maintainers; [ prusnak ];
42 license = licenses.gpl3Plus;
43 platforms = platforms.unix;