xpra: 6.3.4 -> 6.3.5 (#458037)

This commit is contained in:
numinit
2025-11-04 03:54:02 +00:00
committed by GitHub

View File

@@ -89,7 +89,7 @@ let
in in
buildPythonApplication rec { buildPythonApplication rec {
pname = "xpra"; pname = "xpra";
version = "6.3.4"; version = "6.3.5";
format = "setuptools"; format = "setuptools";
stdenv = if withNvenc then cudaPackages.backendStdenv else args.stdenv; stdenv = if withNvenc then cudaPackages.backendStdenv else args.stdenv;
@@ -98,7 +98,7 @@ buildPythonApplication rec {
owner = "Xpra-org"; owner = "Xpra-org";
repo = "xpra"; repo = "xpra";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-Wx8s1e0nhFyNrwHYD2aVutudjNSc8ukTLPqaiYHp8n8="; hash = "sha256-f4neqEqln7F3tUR1ZF5lyl5HkcPAJWFCdx2qOKLHd74=";
}; };
patches = [ patches = [