feat(protonhax): use latest release instead of latest git

This commit is contained in:
matt1432 2025-02-11 14:29:23 -05:00
parent e7e04fa569
commit c25978aaa8
6 changed files with 30 additions and 51 deletions
apps/update-sources/src

View file

@ -71,6 +71,10 @@ const main = async() => {
console.log(runNixUpdate('pam-fprint-grosshack'));
}
if (args['ph'] || args['protonhax']) {
console.log(runNixUpdate('protonhax'));
}
if (args['s'] || args['some-sass-language-server']) {
console.log(updateCustomPackage('some-sass-language-server'));
}
@ -134,6 +138,7 @@ const main = async() => {
updatePackage('homepage');
updatePackage('jmusicbot');
updatePackage('pam-fprint-grosshack');
updatePackage('protonhax');
spawnSync('nixFastBuild', [], {