Merge pull request #40629 from r-ryantm/auto-update/xpra

xpra: 2.2.6 -> 2.3
This commit is contained in:
adisbladis 2018-05-17 20:48:13 +08:00 committed by GitHub
commit 310aaf863e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@ let
inherit (python2Packages) python cython buildPythonApplication;
in buildPythonApplication rec {
name = "xpra-${version}";
version = "2.2.6";
version = "2.3";
src = fetchurl {
url = "http://xpra.org/src/${name}.tar.xz";
sha256 = "1zyynghhzjbgnmzcibm17wpj9f7jy31d7dr373li8cwg2yl2swyz";
sha256 = "0kq0ambpy8r7m3wxdp79cgxgnl9yfmr19lv88f617gnv0sp0aarp";
};
nativeBuildInputs = [ pkgconfig ];