Unverified Commit 11dec9d8 authored by numinit's avatar numinit Committed by GitHub
Browse files

xpra: 6.3.4 -> 6.3.5 (#458037)

parents 0e0919f2 f6773834
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ let
in
buildPythonApplication rec {
  pname = "xpra";
  version = "6.3.4";
  version = "6.3.5";
  format = "setuptools";

  stdenv = if withNvenc then cudaPackages.backendStdenv else args.stdenv;
@@ -98,7 +98,7 @@ buildPythonApplication rec {
    owner = "Xpra-org";
    repo = "xpra";
    tag = "v${version}";
    hash = "sha256-Wx8s1e0nhFyNrwHYD2aVutudjNSc8ukTLPqaiYHp8n8=";
    hash = "sha256-f4neqEqln7F3tUR1ZF5lyl5HkcPAJWFCdx2qOKLHd74=";
  };

  patches = [