tdlib: 1.8.30 -> 1.8.31
This commit is contained in:
parent
8b50e555cc
commit
d0fcc4297a
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "tdlib";
|
pname = "tdlib";
|
||||||
version = "1.8.30";
|
version = "1.8.31";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tdlib";
|
owner = "tdlib";
|
||||||
@ -11,8 +11,8 @@ stdenv.mkDerivation {
|
|||||||
# The tdlib authors do not set tags for minor versions, but
|
# The tdlib authors do not set tags for minor versions, but
|
||||||
# external programs depending on tdlib constrain the minor
|
# external programs depending on tdlib constrain the minor
|
||||||
# version, hence we set a specific commit with a known version.
|
# version, hence we set a specific commit with a known version.
|
||||||
rev = "fab354add5a257a8121a4a7f1ff6b1b9fa9a9073";
|
rev = "8f19c751dc296cedb9a921badb7a02a8c0cb1aeb";
|
||||||
hash = "sha256-fyAWfAG/zLf3XTlgHnrIAShS4wo6hGIwu46k5TL6Zoo=";
|
hash = "sha256-M9EFNgWIpBz276moCG3qJ1WDIEP5j24vuYHio9jc8W0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gperf openssl readline zlib ];
|
buildInputs = [ gperf openssl readline zlib ];
|
||||||
|
Loading…
Reference in New Issue
Block a user