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 1dd16a7 + d7e5452 commit 90c2811Copy full SHA for 90c2811
pkgs/by-name/td/tdlib/package.nix
@@ -35,7 +35,7 @@ in
35
36
stdenv.mkDerivation {
37
pname = "tdlib";
38
- version = "1.8.41";
+ version = "1.8.42";
39
40
src = fetchFromGitHub {
41
owner = "tdlib";
@@ -44,8 +44,8 @@ stdenv.mkDerivation {
44
# The tdlib authors do not set tags for minor versions, but
45
# external programs depending on tdlib constrain the minor
46
# version, hence we set a specific commit with a known version.
47
- rev = "5b974c298d4ed551d3ad2c061ad7b8280d137c7e";
48
- hash = "sha256-1TyGv2yMjX75+ccZSox/2m6SMmwEZAkShIhLfCeNmZg=";
+ rev = "ef580cd3dd0e5223c2be503342dc29e128be866e";
+ hash = "sha256-k1YQpQXYmEdoiyWeAcj2KRU+BcWuWbHpd4etxLspEoo=";
49
};
50
51
buildInputs = [
0 commit comments