lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #36723 from ryantm/auto-update/xpra

xpra: 2.1.3 -> 2.2.4

authored by

Gabriel Ebner and committed by
GitHub
edb0d094 eec4c125

+2 -2
+2 -2
pkgs/tools/X11/xpra/default.nix
··· 12 12 inherit (python2Packages) python cython buildPythonApplication; 13 13 in buildPythonApplication rec { 14 14 name = "xpra-${version}"; 15 - version = "2.1.3"; 15 + version = "2.2.4"; 16 16 17 17 src = fetchurl { 18 18 url = "http://xpra.org/src/${name}.tar.xz"; 19 - sha256 = "0r0l3p59q05fmvkp3jv8vmny2v8m1vyhqkg6b9r2qgxn1kcxx7rm"; 19 + sha256 = "0v8yflvisk94bfj0zg4ggdfwrig0f3ss9kjnws3zflsr33cb2hxy"; 20 20 }; 21 21 22 22 nativeBuildInputs = [ pkgconfig ];