Skip to content

Commit

Permalink
telegram-desktop: 5.1.2 -> 5.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 7, 2024
1 parent bf3faad commit bebf27e
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 bebf27e

Please sign in to comment.