xpra: 2.3.2 -> 2.3.3 (#45530)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xpra/versions.
This commit is contained in:
R. RyanTM 2018-08-27 15:35:42 -07:00 committed by xeji
parent 5de659ce89
commit af761489b5

View file

@ -12,11 +12,11 @@ let
inherit (python2Packages) cython buildPythonApplication;
in buildPythonApplication rec {
name = "xpra-${version}";
version = "2.3.2";
version = "2.3.3";
src = fetchurl {
url = "https://xpra.org/src/${name}.tar.xz";
sha256 = "02wpnlx43dwacaahpm8db5kbnjw2msm3ycq71gib0n2zamd71ni6";
sha256 = "1azvvddjfq7lb5kmbn0ilgq2nf7pmymsc3b9lhbjld6w156qdv01";
};
nativeBuildInputs = [ pkgconfig ];