tdesktop: 0.9.48 -> 0.9.49

This commit is contained in:
Rok Garbas 2016-05-25 17:43:15 +02:00
parent 6eb7a499ef
commit bf2aaeb0f6

View File

@ -12,20 +12,20 @@ let
system-x86_64 = lib.elem stdenv.system lib.platforms.x86_64; system-x86_64 = lib.elem stdenv.system lib.platforms.x86_64;
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "telegram-desktop-${version}"; name = "telegram-desktop-${version}";
version = "0.9.48"; version = "0.9.49";
qtVersion = lib.replaceStrings ["."] ["_"] qtbase.version; qtVersion = lib.replaceStrings ["."] ["_"] qtbase.version;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "telegramdesktop"; owner = "telegramdesktop";
repo = "tdesktop"; repo = "tdesktop";
rev = "v${version}"; rev = "v${version}";
sha256 = "1i1f7a9mikq8n08cnwcyywxj7sh1jc6yfj0zd3n7fgfhl0srzvlb"; sha256 = "1smz0d07xcpv7kv5v739b5a8wrgv5fx0wy15d3zzm3s69418a6nc";
}; };
tgaur = fetchgit { tgaur = fetchgit {
url = "https://aur.archlinux.org/telegram-desktop.git"; url = "https://aur.archlinux.org/telegram-desktop.git";
rev = "f8907d1ccaf8345c06232238342921213270e3d8"; rev = "f8907d1ccaf8345c06232238342921213270e3d8";
sha256 = "1fsp098ykpf5gynn3lq3qcj3a47bkjfr0l96pymmmfd4a2s1690v"; sha256 = "04jh0fsrh4iwg188d20z15qkxv05wa5lpd8h21yxx3jxqljpdkws";
}; };
buildInputs = [ buildInputs = [
@ -160,6 +160,6 @@ in stdenv.mkDerivation rec {
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
homepage = "https://desktop.telegram.org/"; homepage = "https://desktop.telegram.org/";
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar garbas ];
}; };
} }