Commit b3e7774d authored by R. RyanTM's avatar R. RyanTM
Browse files

xpra: 4.4.4 -> 4.4.5

parent 105037c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -69,11 +69,11 @@ let
  '';
in buildPythonApplication rec {
  pname = "xpra";
  version = "4.4.4";
  version = "4.4.5";

  src = fetchurl {
    url = "https://xpra.org/src/${pname}-${version}.tar.xz";
    hash = "sha256-oPa9ECqCE9+PrcZufsHWYR6EHxTZVFJOMUlK2b0mwLE=";
    hash = "sha256-o2vDPzZWgpEFe0yzNjwtuLPHO0GfWbSscKjvIfTi6Ro=";
  };

  patches = [