Skip to content

Commit

Permalink
telegram-desktop: 4.16.8 -> 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed May 2, 2024
1 parent 5d8ed28 commit 6ecc2d8
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 rec {
pname = "telegram-desktop";
version = "4.16.8";
version = "5.0.0";

src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-M8wFhuTTEJippgvS93LNRqREV2TGF04ccps5oOmSr+0=";
hash = "sha256-BjXz2LwsvmJIaN+FZ4+mLu01jaajPvwf8YPqCjx7Kw4=";
};

patches = [
Expand Down

0 comments on commit 6ecc2d8

Please sign in to comment.