Skip to content

Commit 5c7471d

Browse files
committed
1 parent 4f0861c commit 5c7471d

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.8.0";
49+
version = "5.8.1";
5050

5151
src = fetchFromGitHub {
5252
owner = "telegramdesktop";
5353
repo = "tdesktop";
5454
rev = "v${finalAttrs.version}";
5555
fetchSubmodules = true;
56-
hash = "sha256-qx1IG9uQfonWrY+/UIFQ6t96FoS3v51E8ry1IKLqaRQ=";
56+
hash = "sha256-9042n0fU+phXAll5o5uyoHLXbIyrGkNGrqTUTf9LWDc=";
5757
};
5858

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

0 commit comments

Comments
 (0)