Merge pull request #69981 from r-ryantm/auto-update/tdlib

tdlib: 1.4.0 -> 1.5.0
This commit is contained in:
Ryan Mulligan 2019-09-29 10:14:07 -07:00 committed by GitHub
commit cfd6d207d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ fetchFromGitHub, gperf, openssl, readline, zlib, cmake, stdenv }: { fetchFromGitHub, gperf, openssl, readline, zlib, cmake, stdenv }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.4.0"; version = "1.5.0";
pname = "tdlib"; pname = "tdlib";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tdlib"; owner = "tdlib";
repo = "td"; repo = "td";
rev = "v${version}"; rev = "v${version}";
sha256 = "1ijyn14rjb87rqm39hg7md8ab33yiy8cgzw3p0m37scn58gabpp7"; sha256 = "1rqxdvzlryqln5jzj35cwz1fjwy4s8xq97p0wdnpzbfjpcalvrm5";
}; };
buildInputs = [ gperf openssl readline zlib ]; buildInputs = [ gperf openssl readline zlib ];