feat(trash-d): use latest release instead of latest git and bump to 20

This commit is contained in:
matt1432 2025-02-11 14:47:35 -05:00
parent c25978aaa8
commit 1b9de1ed75
5 changed files with 25 additions and 41 deletions
apps/update-sources/src

View file

@ -79,6 +79,10 @@ const main = async() => {
console.log(updateCustomPackage('some-sass-language-server'));
}
if (args['t'] || args['trash-d']) {
console.log(runNixUpdate('trash-d'));
}
if (args['v'] || args['vuetorrent']) {
console.log(updateVuetorrent());
}
@ -139,6 +143,7 @@ const main = async() => {
updatePackage('jmusicbot');
updatePackage('pam-fprint-grosshack');
updatePackage('protonhax');
updatePackage('trash-d');
spawnSync('nixFastBuild', [], {