tdlib: 1.8.55 -> 1.8.57 (#465585)

This commit is contained in:
Yohann Boniface
2025-11-28 22:15:30 +00:00
committed by GitHub
+3 -3
View File
@@ -38,7 +38,7 @@ in
stdenv.mkDerivation {
pname = if tde2eOnly then "tde2e" else "tdlib";
version = "1.8.55";
version = "1.8.57";
src = fetchFromGitHub {
owner = "tdlib";
@@ -47,8 +47,8 @@ stdenv.mkDerivation {
# 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 = "7d257dcda5dd2c616c1146540ef51147c5bb2c69";
hash = "sha256-oWA+geEUjl0fDqVuXxNL5gbgtXJTghaDWZlETheXZnA=";
rev = "6f4ee8703898f7829c442c74c5170beada171962";
hash = "sha256-G0wy//IkI/hVDeMRdZey1sagShu0bEM9/m9z/t1K/Co=";
};
buildInputs = [