7 stdenv.mkDerivation (finalAttrs: {
11 src = fetchFromGitHub {
14 rev = finalAttrs.version;
15 hash = "sha256-2jKSQW6dUCIKtl33paSTuZdYAaYdFnILx/Gxv/ghFiI=";
23 homepage = "https://github.com/ken-matsui/git2-cpp";
24 description = "libgit2 bindings for C++";
25 license = licenses.mit;
26 maintainers = with maintainers; [ ken-matsui ];
27 platforms = platforms.unix;
30 # TODO [ ken-matsui ]: tests