8 stdenv.mkDerivation (finalAttrs: {
12 src = fetchFromGitHub {
15 rev = "v${finalAttrs.version}";
16 sha256 = "sha256-VmvOMK+FjYZXKH9kPUT2L7pmJMPSr5eXptCcoGWK+qo=";
26 description = "Modern C++ tweening library";
27 license = licenses.mit;
28 homepage = "http://mobius3.github.io/tweeny";
29 maintainers = [ maintainers.doronbehar ];
30 platforms = with platforms; darwin ++ linux;