11 stdenv.mkDerivation (finalAttrs: {
15 src = fetchFromGitHub {
16 owner = "brainboxdotcc";
18 rev = "v${finalAttrs.version}";
19 hash = "sha256-IsgYGfPcqiJBQ1MM97jI7ksvc49ZcCn3i6/yMe8zLjY=";
35 description = "Discord C++ Library";
37 D++ (DPP) is a lightweight and simple library for Discord written in modern C++.
38 It is designed to cover as much of the API specification as possible and to have
39 an incredibly small memory footprint, even when caching large amounts of data.
40 This package contains version ${finalAttrs.version} of the DPP library.
42 homepage = "https://github.com/brainboxdotcc/DPP";
43 changelog = "https://github.com/brainboxdotcc/DPP/releases/tag/${finalAttrs.src.rev}";
44 license = lib.licenses.asl20;
45 maintainers = with lib.maintainers; [ xbz ];
46 platforms = lib.platforms.linux;