tdesktop: 2.5.0 -> 2.5.1

This commit is contained in:
Michael Weiss 2020-12-23 15:24:39 +01:00
parent e7ccc64c14
commit 2688e2d3fe
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
2 changed files with 4 additions and 2 deletions

View File

@ -22,12 +22,12 @@ let
in mkDerivation rec { in mkDerivation rec {
pname = "telegram-desktop"; pname = "telegram-desktop";
version = "2.5.0"; version = "2.5.1";
# Telegram-Desktop with submodules # Telegram-Desktop with submodules
src = fetchurl { src = fetchurl {
url = "https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz"; url = "https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz";
sha256 = "08y6krzhg8hipl7zgyda7ifi2ydxylb2snkslr7w5yj43rvc7hxj"; sha256 = "1qpap599h2c4hlmr00k82r6138ym4zqrbfpvm97gm97adn3mxk7i";
}; };
postPatch = '' postPatch = ''

View File

@ -17,6 +17,8 @@ in stdenv.mkDerivation {
fetchSubmodules = true; fetchSubmodules = true;
}; };
outputs = [ "out" "dev" ];
nativeBuildInputs = [ pkg-config cmake ninja yasm ]; nativeBuildInputs = [ pkg-config cmake ninja yasm ];
buildInputs = [ buildInputs = [