7 buildDotnetModule rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-DcSY2hnzJexsrRw4k57uOBfDkveEvXccN8GDUR/QmKw=";
18 projectFile = "NBXplorer/NBXplorer.csproj";
19 nugetDeps = ./deps.nix;
21 dotnet-runtime = dotnetCorePackages.aspnetcore_6_0;
23 # macOS has a case-insensitive filesystem, so these two can be the same file
25 mv $out/bin/{NBXplorer,nbxplorer} || :
29 description = "Minimalist UTXO tracker for HD Cryptocurrency Wallets";
30 maintainers = with maintainers; [ kcalvinalvin erikarvstedt ];
31 license = licenses.mit;
32 platforms = platforms.linux ++ platforms.darwin;