Commit 6eeb76d0 authored by Corbin Wunderlich's avatar Corbin Wunderlich Committed by Masum Reza
Browse files

xpra: 6.2.3 -> 6.2.5

parent d30e6ff8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [