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

xpra: 2.3.1 -> 2.3.2
This commit is contained in:
adisbladis 2018-07-04 22:37:59 +08:00 committed by GitHub
commit 170a156ce2
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; inherit (python2Packages) python cython buildPythonApplication;
in buildPythonApplication rec { in buildPythonApplication rec {
name = "xpra-${version}"; name = "xpra-${version}";
version = "2.3.1"; version = "2.3.2";
src = fetchurl { src = fetchurl {
url = "https://xpra.org/src/${name}.tar.xz"; url = "https://xpra.org/src/${name}.tar.xz";
sha256 = "0wghjmrw77pkh6agc5rz7ynr6s8yyc68qvj9rnp0vlwa3x1fl3ry"; sha256 = "02wpnlx43dwacaahpm8db5kbnjw2msm3ycq71gib0n2zamd71ni6";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];