···2233stdenv.mkDerivation rec {
44 pname = "tdlib";
55- version = "1.8.3";
55+ version = "1.8.7";
6677 src = fetchFromGitHub {
88 owner = "tdlib";
99 repo = "td";
1010- # https://github.com/tdlib/td/issues/1790
1111- rev = "054a823c1a812ee3e038f702c6d8ba3e6974be9c";
1212- sha256 = "sha256-YlvIGR3Axej0nfcGBQ5lwwYVWsLgqFrYgOxoNubYMPM=";
1010+1111+ # The tdlib authors do not set tags for minor versions, but
1212+ # external programs depending on tdlib constrain the minor
1313+ # version, hence we set a specific commit with a known version.
1414+ rev = "a7a17b34b3c8fd3f7f6295f152746beb68f34d83";
1515+ sha256 = "sha256:0a5609knn7rmiiblz315yrvc9f2r207l2nl6brjy5bnhjdspmzs6";
1316 };
14171518 buildInputs = [ gperf openssl readline zlib ];