mupdf: add updateScript

+11 -3
+11 -3
pkgs/applications/misc/mupdf/default.nix
··· 27 27 , freeglut 28 28 , libGLU 29 29 , xcbuild 30 + , gitUpdater 30 31 31 32 # for passthru.tests 32 33 , cups-filters ··· 151 152 152 153 enableParallelBuilding = true; 153 154 154 - passthru.tests = { 155 - inherit cups-filters zathura; 156 - inherit (python3.pkgs) pikepdf pymupdf; 155 + passthru = { 156 + tests = { 157 + inherit cups-filters zathura; 158 + inherit (python3.pkgs) pikepdf pymupdf; 159 + }; 160 + 161 + updateScript = gitUpdater { 162 + url = "https://git.ghostscript.com/mupdf.git"; 163 + ignoredVersions = ".rc.*"; 164 + }; 157 165 }; 158 166 159 167 meta = with lib; {