xpra: 6.2.3 -> 6.2.5

This commit is contained in:
Corbin Wunderlich
2025-03-19 21:14:04 +05:30
committed by Masum Reza
parent d30e6ff80b
commit 6eeb76d07a
+2 -2
View File
@@ -82,7 +82,7 @@ let
in
buildPythonApplication rec {
pname = "xpra";
version = "6.2.3";
version = "6.2.5";
stdenv = if withNvenc then cudaPackages.backendStdenv else args.stdenv;
@@ -90,7 +90,7 @@ buildPythonApplication rec {
owner = "Xpra-org";
repo = "xpra";
rev = "v${version}";
hash = "sha256-5f6yHz3uc5qsU1F6D8r0KPo8tbrFP4pfxXTvIJYqKuI=";
hash = "sha256-XY8NZhWCRLjpgq0dOClzftvMR7g/X64b+OYyjOGC/lM=";
};
patches = [