Merge pull request #25312 from calvertvl/update-xpra-2_0_2
xpra: 2.0.1 -> 2.0.2
This commit is contained in:
commit
85d16bd7af
@ -11,11 +11,11 @@ with lib;
|
|||||||
let
|
let
|
||||||
inherit (python2Packages) python cython buildPythonApplication;
|
inherit (python2Packages) python cython buildPythonApplication;
|
||||||
in buildPythonApplication rec {
|
in buildPythonApplication rec {
|
||||||
name = "xpra-2.0.1";
|
name = "xpra-2.0.2";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://xpra.org/src/${name}.tar.xz";
|
url = "http://xpra.org/src/${name}.tar.xz";
|
||||||
sha256 = "11y2icy24mc337gvppp0ankyl3wxrprlifm7spixvsndyz056mb8";
|
sha256 = "09hzgbsj9v5qyh41rbz968ipi7016jk66b60vm6piryna9kbnha3";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user