Skip to content

Commit

Permalink
tdlib: 1.8.37 -> 1.8.38 (#350879)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Oct 29, 2024
2 parents 3f97349 + 7e9fedd commit 684a8fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/tdlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

stdenv.mkDerivation {
pname = "tdlib";
version = "1.8.37";
version = "1.8.38";

src = fetchFromGitHub {
owner = "tdlib";
Expand All @@ -11,8 +11,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 = "21e5ce0e977fe012e0cee4e6fcfe704b47b00774";
hash = "sha256-gQFsdc/FXjuA1WdZ6iF7KxLQX/7+r1I5FcdEAyJSaqU=";
rev = "d321984b75fccdb76239529e8aadcf7f80b0e35a";
hash = "sha256-5QNcpwW0viWUtsW7b5oSq6X0tRyup6V5CT/BNhdv6lw=";
};

buildInputs = [ gperf openssl readline zlib ];
Expand Down

0 comments on commit 684a8fe

Please sign in to comment.