1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
10 rev = "sparsehash-${version}";
11 sha256 = "1pf1cjvcjdmb9cd6gcazz64x0cd2ndpwh6ql2hqpypjv725xwxy7";
15 homepage = "https://github.com/sparsehash/sparsehash";
16 description = "An extremely memory-efficient hash_map implementation";
17 platforms = platforms.all;
18 license = licenses.bsd3;
19 maintainers = with maintainers; [ pSub ];