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