mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
telegram-bot-api: 7.10 -> 7.11 (#352843)
This commit is contained in:
commit
d47871e9fb
1 changed files with 4 additions and 3 deletions
|
@ -10,13 +10,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "telegram-bot-api";
|
pname = "telegram-bot-api";
|
||||||
version = "7.10";
|
version = "7.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "telegram-bot-api";
|
repo = "telegram-bot-api";
|
||||||
owner = "tdlib";
|
owner = "tdlib";
|
||||||
rev = "a186a9ae823d91678ace87ef5b920688c555f5b5";
|
rev = "6d1b62b51bdc543c10f854aae751e160e5b7b9c5";
|
||||||
hash = "sha256-1oGDR9WLWC/0QyAmTkMWkbkD+49/gU/nWBZq0mMOl8g=";
|
hash = "sha256-FLHAv9CQ90Jd2DnzQSRl5wHW6hnWUCz0Ap65Vjkgj0s=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -36,6 +36,7 @@ stdenv.mkDerivation {
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
Anillc
|
Anillc
|
||||||
Forden
|
Forden
|
||||||
|
nartsiss
|
||||||
];
|
];
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
mainProgram = "telegram-bot-api";
|
mainProgram = "telegram-bot-api";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue