Unverified Commit d3e83969 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

tdlib: 1.8.35 -> 1.8.37 (#347381)

parents 80210ec1 d3a4b85a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

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

  src = fetchFromGitHub {
    owner = "tdlib";
@@ -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 = "8d08b34e22a08e58db8341839c4e18ee06c516c5";
    hash = "sha256-RxFiOp3QDpLeikPqd8vstvhdglFLtOmwpcfGvvdgI5Y=";
    rev = "21e5ce0e977fe012e0cee4e6fcfe704b47b00774";
    hash = "sha256-gQFsdc/FXjuA1WdZ6iF7KxLQX/7+r1I5FcdEAyJSaqU=";
  };

  buildInputs = [ gperf openssl readline zlib ];