11 buildDunePackage rec {
13 version = "unstable-2021-06-17";
15 src = fetchFromGitHub {
18 rev = "3e28933a287e5eacd34c46b434c487f155397abc";
19 sha256 = "sha256-2bMHARatwl8Zl/fWppvwbH6Ut+igJVKzwyQb8Q4gem4=";
23 substituteInPlace src/dune --replace batteries batteries.unthreaded
26 propagatedBuildInputs = [
34 description = "OCaml library implementing the Telegram bot API";
35 homepage = "https://github.com/nv-vn/TelegraML/";
36 license = licenses.mit;