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

xpra: 4.4.3 -> 4.4.4

parent c5887df7
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.3";
  version = "4.4.4";

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

  patches = [