Skip to content

Commit

Permalink
Merge pull request #150385 from Eason0210/master
Browse files Browse the repository at this point in the history
tdlib: 1.7.9 -> 1.7.10
  • Loading branch information
bobby285271 authored Dec 16, 2021
2 parents 11f5352 + f60f1c9 commit 7f1a335
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/libraries/tdlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

stdenv.mkDerivation rec {
pname = "tdlib";
version = "1.7.9";
version = "1.7.10";

src = fetchFromGitHub {
owner = "tdlib";
repo = "td";
# https://github.com/tdlib/td/issues/1718
rev = "7d41d9eaa58a6e0927806283252dc9e74eda5512";
sha256 = "09b7srbfqi4gmg5pdi398pr0pxihw4d3cw85ycky54g862idzqs8";
# https://github.com/tdlib/td/issues/1790
rev = "a53cb30e99f937cfd64e0266fa558785a184a553";
sha256 = "FX+66JRsigauLq2JLx0InWiedGeQJ9+ox+D/Bqik9ik=";
};

buildInputs = [ gperf openssl readline zlib ];
Expand Down

0 comments on commit 7f1a335

Please sign in to comment.