We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa66050 + 6bc46b2 commit 96549acCopy full SHA for 96549ac
pkgs/by-name/td/tdlib/package.nix
@@ -36,7 +36,7 @@ in
36
37
stdenv.mkDerivation {
38
pname = "tdlib";
39
- version = "1.8.44";
+ version = "1.8.45";
40
41
src = fetchFromGitHub {
42
owner = "tdlib";
@@ -45,8 +45,8 @@ stdenv.mkDerivation {
45
# The tdlib authors do not set tags for minor versions, but
46
# external programs depending on tdlib constrain the minor
47
# version, hence we set a specific commit with a known version.
48
- rev = "28c6f2e9c045372d50217919bf5768b7fbbe0294";
49
- hash = "sha256-IZ/VplO7PSzYVYmUa6nhJdI4kni8x5TZ7XWkf8JcmYI=";
+ rev = "8e29c4d7d21db3ab2c7a88c384626e95ef789f61";
+ hash = "sha256-R/OkKj65PEDrFOTvybv3tQ/cyqBZDzusnd5RJgrgspo=";
50
};
51
52
buildInputs = [
0 commit comments