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
+2 -2
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 = [