Merge pull request #221296 from r-ryantm/auto-update/xpra

xpra: 4.4.3 -> 4.4.4
This commit is contained in:
Weijia Wang 2023-03-17 13:02:09 +02:00 committed by GitHub
commit dcc3132de4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [