Commit 2f196e9b authored by R. RyanTM's avatar R. RyanTM
Browse files

xpra: 6.3.3 -> 6.3.4

parent f946089b
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.3";
  version = "6.3.4";
  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-hk+C6I/QS6ihwmuNlnoNFipJ98SW6LO+Qa3Uh1h1Ji8=";
    hash = "sha256-Wx8s1e0nhFyNrwHYD2aVutudjNSc8ukTLPqaiYHp8n8=";
  };

  patches = [