Skip to content

Commit

Permalink
telegram-desktop: 5.5.2 -> 5.5.5
Browse files Browse the repository at this point in the history
(cherry picked from commit 8a25127)
  • Loading branch information
r-ryantm authored and NickCao committed Sep 18, 2024
1 parent 53f1e45 commit 2b7ea15
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.5.2";
version = "5.5.5";

src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-5edk3+RusCq93A6mkzCoegxr6J2fRc9rtGk6IpGHBAY=";
hash = "sha256-LWIOgyHp43bLN4RQtBKH2HitfVI6AKstPK5es2s+wVw=";
};

patches = [
Expand Down

0 comments on commit 2b7ea15

Please sign in to comment.