8 stdenv.mkDerivation (finalAttrs: {
12 src = fetchFromGitHub {
15 rev = "refs/tags/${finalAttrs.version}";
16 hash = "sha256-VrjyAMou5BajOIb13RjEqVgOsDcllfzI/OJ81fyILjs=";
30 description = "Compute functions of 2- and 3-dimensional regions";
31 homepage = "https://github.com/sandialabs/verdict";
32 license = licenses.bsd3;
33 changelog = "https://github.com/sandialabs/verdict/releases/tag/${finalAttrs.version}";
34 maintainers = with maintainers; [ bcdarwin ];
35 platforms = platforms.unix;