Unverified Commit 6d7dc316 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

tdlib: 1.8.52 -> 1.8.55 (#445090)

parents a7920506 2ec977fe
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = [