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 7d984c9 + 7c1f286 commit d34e172Copy full SHA for d34e172
pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix
@@ -46,14 +46,14 @@
46
47
stdenv.mkDerivation (finalAttrs: {
48
pname = "telegram-desktop-unwrapped";
49
- version = "5.7.1";
+ version = "5.8.2";
50
51
src = fetchFromGitHub {
52
owner = "telegramdesktop";
53
repo = "tdesktop";
54
rev = "v${finalAttrs.version}";
55
fetchSubmodules = true;
56
- hash = "sha256-MPVm9WfAjF11sy0hyhDTI/mM2OsENSMavnVrOwXTGUk=";
+ hash = "sha256-zgvyxhQDF1JcGe/fpputvPrAFh1Z+EGaynSXHDk9k/8=";
57
};
58
59
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''
0 commit comments