Unverified Commit fc601cf8 authored by rewine's avatar rewine Committed by GitHub
Browse files

Merge pull request #301726 from Vonfry/update-tdlib-1.8.27

tdlib: 1.8.24 -> 1.8.27
parents 354afe76 337f0b9b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{ fetchFromGitHub, gperf, openssl, readline, zlib, cmake, lib, stdenv }:

stdenv.mkDerivation rec {
stdenv.mkDerivation {
  pname = "tdlib";
  version = "1.8.24";
  version = "1.8.27";

  src = fetchFromGitHub {
    owner = "tdlib";
@@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
    # 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 = "c5c55092dd61b9eb15d6bbfd0f02c04c593450e7";
    hash = "sha256-jqS3PGg42W15QBgpL1PNU3xJdk67g8u0THN/4hW5i88=";
    rev = "efc6bd553b61dea0ae8c0436695e8d2539bf03f9";
    hash = "sha256-AHfuT+bLkc8Lm1B96E/kwUx1ZKStQbv/skH8woRITRk=";
  };

  buildInputs = [ gperf openssl readline zlib ];