Skip to content

Commit

Permalink
tdesktop: 2.1.12 -> 2.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Jun 24, 2020
1 parent a9e15a6 commit 10b11fe
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.12";
version = "2.1.13";

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

postPatch = ''
Expand Down

0 comments on commit 10b11fe

Please sign in to comment.