···3839stdenv.mkDerivation {
40 pname = if tde2eOnly then "tde2e" else "tdlib";
41- version = "1.8.52";
4243 src = fetchFromGitHub {
44 owner = "tdlib";
···47 # The tdlib authors do not set tags for minor versions, but
48 # external programs depending on tdlib constrain the minor
49 # version, hence we set a specific commit with a known version.
50- rev = "4269f54e16b9cf564efc2db5bcd29743a2eec6ee";
51- hash = "sha256-LAI2MWKawGZ+iuhizBrqUXLU1n50s6YIyci6zepYTz0=";
52 };
5354 buildInputs = [
···3839stdenv.mkDerivation {
40 pname = if tde2eOnly then "tde2e" else "tdlib";
41+ version = "1.8.55";
4243 src = fetchFromGitHub {
44 owner = "tdlib";
···47 # The tdlib authors do not set tags for minor versions, but
48 # external programs depending on tdlib constrain the minor
49 # version, hence we set a specific commit with a known version.
50+ rev = "7d257dcda5dd2c616c1146540ef51147c5bb2c69";
51+ hash = "sha256-oWA+geEUjl0fDqVuXxNL5gbgtXJTghaDWZlETheXZnA=";
52 };
5354 buildInputs = [