tdlib: 1.8.52 -> 1.8.55

This commit is contained in:
R. Ryantm
2025-09-21 21:49:51 +00:00
parent 979665e7ed
commit 2ec977fec7
+3 -3
View File
@@ -38,7 +38,7 @@ in
stdenv.mkDerivation {
pname = if tde2eOnly then "tde2e" else "tdlib";
version = "1.8.52";
version = "1.8.55";
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 = "4269f54e16b9cf564efc2db5bcd29743a2eec6ee";
hash = "sha256-LAI2MWKawGZ+iuhizBrqUXLU1n50s6YIyci6zepYTz0=";
rev = "7d257dcda5dd2c616c1146540ef51147c5bb2c69";
hash = "sha256-oWA+geEUjl0fDqVuXxNL5gbgtXJTghaDWZlETheXZnA=";
};
buildInputs = [