Commit 40e46123 authored by Forden's avatar Forden
Browse files

telegram-bot-api: 5.7 -> 7.3

parent 85786b9e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -6839,6 +6839,12 @@
      fingerprint = "B722 6464 838F 8BDB 2BEA  C8C8 5B0E FDDF BA81 6105";
    }];
  };
  Forden = {
    email = "forden@zuku.tech";
    github = "Forden";
    githubId = 24463229;
    name = "Forden";
  };
  forkk = {
    email = "forkk@forkk.net";
    github = "Forkk";
+4 −4
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation {
  pname = "telegram-bot-api";
  version = "5.7";
  version = "7.3";

  src = fetchFromGitHub {
    repo = "telegram-bot-api";
    owner = "tdlib";
    rev = "c57b04c4c8c4e8d8bb6fdd0bd3bfb5b93b9d8f05";
    sha256 = "sha256-WetzX8GBdwQAnnZjek+W4v+QN1aUFdlvs+Jv6n1B+eY=";
    rev = "5951bfbab8b1274437c613c1c48d91be2a050371";
    hash = "sha256-5aNZqP4K+zP7q1+yllr6fysEcewhh/V9Vl6GXQolanI=";
    fetchSubmodules = true;
  };

@@ -19,7 +19,7 @@ stdenv.mkDerivation {
    description = "Telegram Bot API server";
    homepage = "https://github.com/tdlib/telegram-bot-api";
    license = licenses.boost;
    maintainers = with maintainers; [ Anillc ];
    maintainers = with maintainers; [ Anillc Forden ];
    platforms = platforms.all;
    mainProgram = "telegram-bot-api";
  };