xpra: 4.4.4 -> 4.4.5

This commit is contained in:
R. Ryantm 2023-05-25 07:05:03 +00:00
parent 105037c7cf
commit b3e7774d21

View File

@ -69,11 +69,11 @@ let
'';
in buildPythonApplication rec {
pname = "xpra";
version = "4.4.4";
version = "4.4.5";
src = fetchurl {
url = "https://xpra.org/src/${pname}-${version}.tar.xz";
hash = "sha256-oPa9ECqCE9+PrcZufsHWYR6EHxTZVFJOMUlK2b0mwLE=";
hash = "sha256-o2vDPzZWgpEFe0yzNjwtuLPHO0GfWbSscKjvIfTi6Ro=";
};
patches = [