Skip to content

Commit 90c2811

Browse files
tdlib: 1.8.41 -> 1.8.42 (#370338)
2 parents 1dd16a7 + d7e5452 commit 90c2811

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
@@ -35,7 +35,7 @@ in
3535

3636
stdenv.mkDerivation {
3737
pname = "tdlib";
38-
version = "1.8.41";
38+
version = "1.8.42";
3939

4040
src = fetchFromGitHub {
4141
owner = "tdlib";
@@ -44,8 +44,8 @@ stdenv.mkDerivation {
4444
# The tdlib authors do not set tags for minor versions, but
4545
# external programs depending on tdlib constrain the minor
4646
# version, hence we set a specific commit with a known version.
47-
rev = "5b974c298d4ed551d3ad2c061ad7b8280d137c7e";
48-
hash = "sha256-1TyGv2yMjX75+ccZSox/2m6SMmwEZAkShIhLfCeNmZg=";
47+
rev = "ef580cd3dd0e5223c2be503342dc29e128be866e";
48+
hash = "sha256-k1YQpQXYmEdoiyWeAcj2KRU+BcWuWbHpd4etxLspEoo=";
4949
};
5050

5151
buildInputs = [

0 commit comments

Comments
 (0)