Merge pull request #301726 from Vonfry/update-tdlib-1.8.27

tdlib: 1.8.24 -> 1.8.27
This commit is contained in:
rewine 2024-04-05 18:48:22 +08:00 committed by GitHub
commit fc601cf85f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,8 @@
{ fetchFromGitHub, gperf, openssl, readline, zlib, cmake, lib, stdenv }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "tdlib";
version = "1.8.24";
version = "1.8.27";
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 = "c5c55092dd61b9eb15d6bbfd0f02c04c593450e7";
hash = "sha256-jqS3PGg42W15QBgpL1PNU3xJdk67g8u0THN/4hW5i88=";
rev = "efc6bd553b61dea0ae8c0436695e8d2539bf03f9";
hash = "sha256-AHfuT+bLkc8Lm1B96E/kwUx1ZKStQbv/skH8woRITRk=";
};
buildInputs = [ gperf openssl readline zlib ];