Unverified Commit 8654cf19 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

tdlib: 1.8.55 -> 1.8.57 (#465585)

parents 2ce6c6ae c9919522
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.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 = [