tdlib: 1.8.35 -> 1.8.37

This commit is contained in:
Vonfry 2024-10-09 08:49:47 +08:00
parent ddc644862b
commit d3a4b85a2d
No known key found for this signature in database
GPG Key ID: 1B81687FBA75D6B5

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation {
pname = "tdlib";
version = "1.8.35";
version = "1.8.37";
src = fetchFromGitHub {
owner = "tdlib";
@ -11,8 +11,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 = "8d08b34e22a08e58db8341839c4e18ee06c516c5";
hash = "sha256-RxFiOp3QDpLeikPqd8vstvhdglFLtOmwpcfGvvdgI5Y=";
rev = "21e5ce0e977fe012e0cee4e6fcfe704b47b00774";
hash = "sha256-gQFsdc/FXjuA1WdZ6iF7KxLQX/7+r1I5FcdEAyJSaqU=";
};
buildInputs = [ gperf openssl readline zlib ];