tdlib: 1.7.0 -> 1.7.8 (#143176)

This commit is contained in:
rewine 2021-10-28 10:35:23 +08:00 committed by GitHub
parent 3cd6a65dd2
commit 99494ca98d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
{ fetchFromGitHub, gperf, openssl, readline, zlib, cmake, lib, stdenv }:
stdenv.mkDerivation rec {
version = "1.7.0";
version = "1.7.8";
pname = "tdlib";
src = fetchFromGitHub {
owner = "tdlib";
repo = "td";
rev = "v${version}";
rev = "a68d8e77efb03896f3a04fc316c47136b0bab7df";
sha256 = "sha256-sZzp9k7KDnqftcSGSgXkIy0siCksGPBmRckySU/J0TU=";
sha256 = "0zis1mxb495lazmhax91h94nw73nyq82bhbx3f1zlxkvc8664099";
};
buildInputs = [ gperf openssl readline zlib ];