7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 hash = "sha256-R0C6hN50eyFSv10L/Q0tRdnUrRvze+eRXPrlAQsddYY=";
18 nativeBuildInputs = [ cmake ];
20 dontUseCmakeBuildDir = true;
23 description = "Postmodern immutable and persistent data structures for C++ — value semantics at scale";
24 homepage = "https://sinusoid.es/immer";
25 changelog = "https://github.com/arximboldi/immer/releases/tag/v${version}";
26 license = licenses.boost;
27 maintainers = with maintainers; [ sifmelcara ];
28 platforms = platforms.all;