Skip to content

Commit 96549ac

Browse files
tdlib: 1.8.44 -> 1.8.45 (#382802)
2 parents aa66050 + 6bc46b2 commit 96549ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/td/tdlib/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ in
3636

3737
stdenv.mkDerivation {
3838
pname = "tdlib";
39-
version = "1.8.44";
39+
version = "1.8.45";
4040

4141
src = fetchFromGitHub {
4242
owner = "tdlib";
@@ -45,8 +45,8 @@ stdenv.mkDerivation {
4545
# The tdlib authors do not set tags for minor versions, but
4646
# external programs depending on tdlib constrain the minor
4747
# version, hence we set a specific commit with a known version.
48-
rev = "28c6f2e9c045372d50217919bf5768b7fbbe0294";
49-
hash = "sha256-IZ/VplO7PSzYVYmUa6nhJdI4kni8x5TZ7XWkf8JcmYI=";
48+
rev = "8e29c4d7d21db3ab2c7a88c384626e95ef789f61";
49+
hash = "sha256-R/OkKj65PEDrFOTvybv3tQ/cyqBZDzusnd5RJgrgspo=";
5050
};
5151

5252
buildInputs = [

0 commit comments

Comments
 (0)