Skip to content

Commit

Permalink
tdesktop: 2.5.0 -> 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Dec 23, 2020
1 parent e7ccc64 commit 2688e2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Expand Up @@ -22,12 +22,12 @@ let

in mkDerivation rec {
pname = "telegram-desktop";
version = "2.5.0";
version = "2.5.1";

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

postPatch = ''
Expand Down
Expand Up @@ -17,6 +17,8 @@ in stdenv.mkDerivation {
fetchSubmodules = true;
};

outputs = [ "out" "dev" ];

nativeBuildInputs = [ pkg-config cmake ninja yasm ];

buildInputs = [
Expand Down

0 comments on commit 2688e2d

Please sign in to comment.