Merge pull request #203197 from Vonfry/update/tdlib-1.8.8

tdlib: 1.8.7 -> 1.8.8
This commit is contained in:
Mario Rodas 2022-11-29 19:00:26 -05:00 committed by GitHub
commit 35f080bb18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "tdlib";
version = "1.8.7";
version = "1.8.8";
src = fetchFromGitHub {
owner = "tdlib";
@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
# The tdlib authors do not set tags for minor versions, but
# external programs depending on tdlib constrain the minor
# version, hence we set a specific commit with a known version.
rev = "a7a17b34b3c8fd3f7f6295f152746beb68f34d83";
sha256 = "sha256:0a5609knn7rmiiblz315yrvc9f2r207l2nl6brjy5bnhjdspmzs6";
rev = "bbe37ee594d97f3c7820dd23ebcd9c9b8dac51a0";
sha256 = "jLJglvq+7f+zCoanDRTFpUsH/M1Qf7PWJ1JjvmZsa24=";
};
buildInputs = [ gperf openssl readline zlib ];