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