tdlib: 1.8.65 -> 1.8.66 (#543089)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-18 01:28:46 +00:00
committed by GitHub
+3 -3
View File
@@ -38,7 +38,7 @@ in
stdenv.mkDerivation {
pname = if tde2eOnly then "tde2e" else "tdlib";
version = "1.8.65";
version = "1.8.66";
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 = "a8f21f5230172634becc1739050ef23ecd6ea291";
hash = "sha256-cCNXRyeu6ZMf/0oxipPPUyniGuLzvWFLWCvklPIYvzk=";
rev = "a9966eb3704a3351568c28013fed67d797c17828";
hash = "sha256-lCfQIehcH5jNQ7rOR6U4Ht+LCcmQRqkRtl0TFuYVdJg=";
};
buildInputs = [