xpra: 2.5.3 -> 3.0.5

Closes #78707.
This commit is contained in:
Markus S. Wamser
2020-01-28 23:39:58 +01:00
parent 40e30f9652
commit 55d3b6b1b1
2 changed files with 15 additions and 13 deletions
+2 -2
View File
@@ -14,11 +14,11 @@ let
xf86videodummy = callPackage ./xf86videodummy { };
in buildPythonApplication rec {
pname = "xpra";
version = "2.5.3";
version = "3.0.5";
src = fetchurl {
url = "https://xpra.org/src/${pname}-${version}.tar.xz";
sha256 = "1ys35lj28903alccks9p055psy1fsk1nxi8ncchvw8bfxkkkvbys";
sha256 = "1zy4q8sq0j00ybxw3v8ylaj2aj10x2gb0a05aqbcnrwp3hf983vz";
};
patches = [