pyprland: add update script

+3
+3
pkgs/by-name/py/pyprland/package.nix
··· 2 2 lib, 3 3 fetchFromGitHub, 4 4 python3Packages, 5 + nix-update-script, 5 6 }: 6 7 7 8 python3Packages.buildPythonApplication rec { ··· 56 57 "pyprland.plugins.toggle_special" 57 58 "pyprland.plugins.workspaces_follow_focus" 58 59 ]; 60 + 61 + passthru.updateScript = nix-update-script {}; 59 62 60 63 meta = { 61 64 mainProgram = "pypr";