telegram-bot-api: 8.2 -> 9.2 (#451753)

This commit is contained in:
Matteo Pacini
2025-10-14 11:20:01 +00:00
committed by GitHub
+4 -3
View File
@@ -11,13 +11,14 @@
stdenv.mkDerivation {
pname = "telegram-bot-api";
version = "8.2";
version = "9.2";
src = fetchFromGitHub {
owner = "tdlib";
repo = "telegram-bot-api";
rev = "fa6706fc8f6e22b3c25b512ede6474613f32b32b";
hash = "sha256-0ra1sL121ksUIhpV738tL3y1gu1csMf0rK95G8ElMuo=";
# https://github.com/tdlib/telegram-bot-api/issues/783
rev = "3b6a0b769c4a7fbe064087a4ad9fe6b1dbda498f";
hash = "sha256-EpDO1ulIT/RIUjc06BtGRpqdQIMpma5+DRy7i8YVhiU=";
fetchSubmodules = true;
};