Skip to content

Commit d34e172

Browse files
authored
telegram-desktop: 5.7.1 -> 5.8.2 (#356727)
2 parents 7d984c9 + 7c1f286 commit d34e172

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/networking/instant-messengers/telegram/telegram-desktop

1 file changed

+2
-2
lines changed

pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646

4747
stdenv.mkDerivation (finalAttrs: {
4848
pname = "telegram-desktop-unwrapped";
49-
version = "5.7.1";
49+
version = "5.8.2";
5050

5151
src = fetchFromGitHub {
5252
owner = "telegramdesktop";
5353
repo = "tdesktop";
5454
rev = "v${finalAttrs.version}";
5555
fetchSubmodules = true;
56-
hash = "sha256-MPVm9WfAjF11sy0hyhDTI/mM2OsENSMavnVrOwXTGUk=";
56+
hash = "sha256-zgvyxhQDF1JcGe/fpputvPrAFh1Z+EGaynSXHDk9k/8=";
5757
};
5858

5959
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''

0 commit comments

Comments
 (0)