9 version = "0.5-unstable-2020-09-20";
11 src = fetchFromGitHub {
14 rev = "f25c9b78cee6529a3295ed314d1c200677dc56c0";
15 hash = "sha256-4A8TasyLOh6oz21/AwBbE5s3055EPftFh8mymrveTvY=";
26 install -D obj-magic $out/bin/obj-magic
31 description = "Command line tool for manipulating Wavefront OBJ 3D meshes";
32 homepage = "https://github.com/tapio/obj-magic";
33 license = lib.licenses.gpl3Only;
34 maintainers = with lib.maintainers; [ lorenz ];
35 platforms = lib.platforms.unix;
36 mainProgram = "obj-magic";