8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 hash = "sha256-dspOWp/8oNR0p5XRnqO7WtPcCx54/y8m1cDho4UBYyc=";
24 description = "C++ implementation of a fast hash map and hash set using robin hood hashing";
25 homepage = "https://github.com/Tessil/robin-map";
26 changelog = "https://github.com/Tessil/robin-map/releases/tag/v${version}";
27 license = licenses.mit;
29 platforms = platforms.unix;