tdlib: 1.8.10 -> 1.8.16

This commit is contained in:
Vonfry
2023-08-29 03:07:45 +00:00
committed by Anderson Torres
parent ecf7eb976f
commit 96e8713483
+3 -3
View File
@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "tdlib";
version = "1.8.10";
version = "1.8.16";
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 = "93c42f6d7c1209937431469f80427d48907f1b8d";
hash = "sha256-vdaVnC26txUBp8rlqx1CdLHlNlack3XXYdfFal1VLh4=";
rev = "cde095db6c75827fe4bd237039574aad373ad96b";
hash = "sha256-m/RN6g0GxPiSvDZbiOaJFcT2j0K7sIaVGaxKWMVn6v8=";
};
buildInputs = [ gperf openssl readline zlib ];