telegram-bot-api: 7.10 -> 7.11
This commit is contained in:
parent
8dedccea6c
commit
29d920d4a9
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user