Skip to content

Commit

Permalink
Merge pull request #317989 from r-ryantm/auto-update/telegram-desktop
Browse files Browse the repository at this point in the history
telegram-desktop: 5.1.2 -> 5.1.5
  • Loading branch information
NickCao authored Jun 7, 2024
2 parents 5b3b5d7 + bebf27e commit 051f920
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ let
in
stdenv.mkDerivation rec {
pname = "telegram-desktop";
version = "5.1.2";
version = "5.1.5";

src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-KTgID7pd0QSFi5t9cdIVEi4/oQirDgsf7tTcEEtRdY0=";
hash = "sha256-dlPt87SKP17v9QFiRZSSUtSLVGTGbeo05G/p05l2zVc=";
};

patches = [
Expand Down

0 comments on commit 051f920

Please sign in to comment.