tdlib: 1.8.33 -> 1.8.34
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "tdlib";
|
pname = "tdlib";
|
||||||
version = "1.8.33";
|
version = "1.8.34";
|
||||||
|
|
||||||
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 = "cb164927417f22811c74cd8678ed4a5ab7cb80ba";
|
rev = "1fa2a372a88c26369dcac2ce476166531df74a77";
|
||||||
hash = "sha256-917w8KZPkgW4O5ftONi9UzpbNIPm9YBgSz11OPFX6lw=";
|
hash = "sha256-7I2hm3KFtiJwz1tOxh+kSPItFnUcE4ALT865wAyASCA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gperf openssl readline zlib ];
|
buildInputs = [ gperf openssl readline zlib ];
|
||||||
|
|||||||
Reference in New Issue
Block a user