8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 hash = "sha256-PROsyYw8xdnn0PX+3OyUPaybQbTmO88G2koeZhBfwjg=";
19 nativeBuildInputs = [ mlton ];
33 inherit (mlton.meta) platforms;
35 description = "Manipulate INI files from the command line";
36 mainProgram = "initool";
37 homepage = "https://github.com/dbohdan/initool";
38 license = licenses.mit;
39 maintainers = with maintainers; [ e1mo ];
40 changelog = "https://github.com/dbohdan/initool/releases/tag/v${version}";