lol

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

xpra: 4.4.4 -> 4.4.5

authored by

Weijia Wang and committed by
GitHub
b8380f39 458a2a4d

+3 -2
+3 -2
pkgs/tools/X11/xpra/default.nix
··· 69 69 ''; 70 70 in buildPythonApplication rec { 71 71 pname = "xpra"; 72 - version = "4.4.4"; 72 + version = "4.4.5"; 73 73 74 74 src = fetchurl { 75 75 url = "https://xpra.org/src/${pname}-${version}.tar.xz"; 76 - hash = "sha256-oPa9ECqCE9+PrcZufsHWYR6EHxTZVFJOMUlK2b0mwLE="; 76 + hash = "sha256-o2vDPzZWgpEFe0yzNjwtuLPHO0GfWbSscKjvIfTi6Ro="; 77 77 }; 78 78 79 79 patches = [ ··· 211 211 homepage = "https://xpra.org/"; 212 212 downloadPage = "https://xpra.org/src/"; 213 213 description = "Persistent remote applications for X"; 214 + changelog = "https://github.com/Xpra-org/xpra/releases/tag/v${version}"; 214 215 platforms = platforms.linux; 215 216 license = licenses.gpl2; 216 217 maintainers = with maintainers; [ offline numinit mvnetbiz ];