nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

tdlib: 1.8.8 → 1.8.10

+3 -3
+3 -3
pkgs/development/libraries/tdlib/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "tdlib"; 5 - version = "1.8.8"; 5 + version = "1.8.10"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "tdlib"; ··· 11 11 # The tdlib authors do not set tags for minor versions, but 12 12 # external programs depending on tdlib constrain the minor 13 13 # version, hence we set a specific commit with a known version. 14 - rev = "bbe37ee594d97f3c7820dd23ebcd9c9b8dac51a0"; 15 - sha256 = "jLJglvq+7f+zCoanDRTFpUsH/M1Qf7PWJ1JjvmZsa24="; 14 + rev = "93c42f6d7c1209937431469f80427d48907f1b8d"; 15 + hash = "sha256-vdaVnC26txUBp8rlqx1CdLHlNlack3XXYdfFal1VLh4="; 16 16 }; 17 17 18 18 buildInputs = [ gperf openssl readline zlib ];