unordered_dense: minor fixes
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -3,10 +3,9 @@
|
|||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
cmake,
|
cmake,
|
||||||
ninja,
|
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "unordered-dense";
|
pname = "unordered_dense";
|
||||||
version = "4.8.1";
|
version = "4.8.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
@@ -16,10 +15,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
hash = "sha256-JdPlyShWnAcdgixDHRaroFg7YWdPtD4Nl1PmpcQ1SAk=";
|
hash = "sha256-JdPlyShWnAcdgixDHRaroFg7YWdPtD4Nl1PmpcQ1SAk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [ cmake ];
|
||||||
cmake
|
|
||||||
ninja
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Fast & densely stored hashmap and hashset based on robin-hood backward shift deletion";
|
description = "Fast & densely stored hashmap and hashset based on robin-hood backward shift deletion";
|
||||||
|
|||||||
Reference in New Issue
Block a user