Skip to content

Commit

Permalink
telegram-desktop: 5.4.1 -> 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Sep 18, 2024
1 parent 0aeec84 commit da63ebd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "telegram-desktop";
version = "5.4.1";
version = "5.5.0";

src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-AWu0LH6DH/omcIsgIBHQIg1uCKN9Ly6EVj4U9QxoSlg=";
hash = "sha256-0AsdbrW9Kq/Pjd1LBih6GDulFSuF3dWFBfOQ0aAjHtg=";
};

patches = [
Expand Down

0 comments on commit da63ebd

Please sign in to comment.