Skip to content

Commit fd5f2f5

Browse files
committed
1 parent 05f5d39 commit fd5f2f5

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/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ let
6363
in
6464
stdenv.mkDerivation (finalAttrs: {
6565
pname = "telegram-desktop";
66-
version = "5.4.0";
66+
version = "5.4.1";
6767

6868
src = fetchFromGitHub {
6969
owner = "telegramdesktop";
7070
repo = "tdesktop";
7171
rev = "v${finalAttrs.version}";
7272
fetchSubmodules = true;
73-
hash = "sha256-D8ujmAlCz7TPIO+lVJURO2xO73BdCuTtckCWpvbGxEg=";
73+
hash = "sha256-AWu0LH6DH/omcIsgIBHQIg1uCKN9Ly6EVj4U9QxoSlg=";
7474
};
7575

7676
patches = [

0 commit comments

Comments
 (0)