Skip to content

Commit

Permalink
tdesktop: 2.1.13 -> 2.2.0 (#93901)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxalica committed Jul 26, 2020
1 parent 6a565f2 commit 2bd78b2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -19,12 +19,12 @@ with lib;

mkDerivation rec {
pname = "telegram-desktop";
version = "2.1.13";
version = "2.2.0";

# Telegram-Desktop with submodules
src = fetchurl {
url = "https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz";
sha256 = "0mq3f7faxn1hfkhv5n37y5iajjnm38s2in631046m0q7c4w3lrfi";
sha256 = "1chikb02df4qqnickcmx96lcx481b14kmksjsp7h94g0d223ypq0";
};

postPatch = ''
Expand Down

0 comments on commit 2bd78b2

Please sign in to comment.