Merge pull request #18291 from offlinehacker/pkgs/xpra/update/0.17.5
xpra: 0.17.4 -> 0.17.5
This commit is contained in:
commit
dcfc5fdbf3
@ -7,11 +7,11 @@
|
|||||||
let
|
let
|
||||||
inherit (pythonPackages) python cython buildPythonApplication;
|
inherit (pythonPackages) python cython buildPythonApplication;
|
||||||
in buildPythonApplication rec {
|
in buildPythonApplication rec {
|
||||||
name = "xpra-0.17.4";
|
name = "xpra-0.17.5";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://xpra.org/src/${name}.tar.xz";
|
url = "http://xpra.org/src/${name}.tar.xz";
|
||||||
sha256 = "0v9xiy1d1izjnpy4d4l5zwfhb6z7x35nn8nzzn7a5mnsim5qb9wj";
|
sha256 = "01k5iax42820pblfadig8rqfa1wlcgpakmjp142gx3fg59fnav3i";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user