7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 hash = "sha256-qi8K3O6K9ZIKFlNFJ3O9/iKE+8M/mf/8V8qgl1BOaKo=";
18 nativeBuildInputs = [ mlton ];
32 inherit (mlton.meta) platforms;
34 description = "Manipulate INI files from the command line";
35 homepage = "https://github.com/dbohdan/initool";
36 license = licenses.mit;
37 maintainers = with maintainers; [ e1mo ];
38 changelog = "https://github.com/dbohdan/initool/releases/tag/v${version}";