Merge pull request #239289 from r-ryantm/auto-update/xpra

xpra: 4.4.5 -> 4.4.6
This commit is contained in:
Weijia Wang 2023-06-26 07:00:21 +02:00 committed by GitHub
commit c7f44f6294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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