Merge pull request #312355 from Forden/update-telegram-bot-api

telegram-bot-api: 5.7 -> 7.3
This commit is contained in:
Aleksana 2024-05-18 12:59:26 +08:00 committed by GitHub
commit 3391364cab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 4 deletions

View File

@ -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";

View File

@ -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";
};