feat(pam-grosshack): use latest release instead of latest git

This commit is contained in:
matt1432 2025-02-11 14:18:54 -05:00
parent f12e7f2513
commit e7e04fa569
6 changed files with 52 additions and 48 deletions
apps/update-sources/src

View file

@ -67,6 +67,10 @@ const main = async() => {
console.log(await updateNodeModules());
}
if (args['p'] || args['pam-fprint-grosshack']) {
console.log(runNixUpdate('pam-fprint-grosshack'));
}
if (args['s'] || args['some-sass-language-server']) {
console.log(updateCustomPackage('some-sass-language-server'));
}
@ -129,6 +133,7 @@ const main = async() => {
updatePackage('homepage');
updatePackage('jmusicbot');
updatePackage('pam-fprint-grosshack');
spawnSync('nixFastBuild', [], {