perfect_dark: add `unstableGitUpdater`

Jasi 1b885219 9f54dda8

+5
+5
pkgs/by-name/pe/perfect_dark/package.nix
··· 8 pkg-config, 9 python3, 10 zlib, 11 romID ? "ntsc-final", 12 }: 13 let ··· 96 97 runHook postInstall 98 ''; 99 100 meta = { 101 description = "Modern cross-platform port of Perfect Dark";
··· 8 pkg-config, 9 python3, 10 zlib, 11 + unstableGitUpdater, 12 romID ? "ntsc-final", 13 }: 14 let ··· 97 98 runHook postInstall 99 ''; 100 + 101 + passthru = { 102 + updateScript = unstableGitUpdater { hardcodeZeroVersion = true; }; 103 + }; 104 105 meta = { 106 description = "Modern cross-platform port of Perfect Dark";