utox: Update to the newest dev version
This update is necessary due to API changes in libtoxcore.
This commit is contained in:
parent
44dd2ed9ec
commit
d5dc5eaff0
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "utox-dev-20140921";
|
name = "utox-dev-20141130";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "notsecure";
|
owner = "notsecure";
|
||||||
repo = "uTox";
|
repo = "uTox";
|
||||||
rev = "c0afc95cf3";
|
rev = "38b0a2014f";
|
||||||
sha256 = "0a6i0c9crj6b27alm8q0fcfj8q425khg5305sp57r7pj505l4d1f";
|
sha256 = "00g9fsp83yjq6dfim3hfpag0ny9w5kydghycfj3ic8qaljp47y8a";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig libtoxcore dbus libvpx libX11 openal freetype
|
buildInputs = [ pkgconfig libtoxcore dbus libvpx libX11 openal freetype
|
||||||
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Lightweight Tox client";
|
description = "Lightweight Tox client";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with stdenv.lib.maintainers; [ iElectric ];
|
maintainers = with maintainers; [ iElectric jgeerds ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user