feat(material-rounded-theme): use latest release instead of latest git

This commit is contained in:
matt1432 2025-02-12 00:43:27 -05:00
parent 1b9de1ed75
commit b611d99863
10 changed files with 26 additions and 64 deletions
apps/update-sources/src

View file

@ -58,7 +58,7 @@ const main = async() => {
}
if (args['m'] || args['material-rounded-theme']) {
console.log(updateCustomPackage(
console.log(runNixUpdate(
'scopedPackages.x86_64-linux.lovelace-components.material-rounded-theme',
));
}
@ -123,9 +123,6 @@ const main = async() => {
console.log(updateCustomPackage(
'scopedPackages.x86_64-linux.lovelace-components.custom-sidebar',
));
console.log(updateCustomPackage(
'scopedPackages.x86_64-linux.lovelace-components.material-rounded-theme',
));
console.log(updateCustomPackage('some-sass-language-server'));
// nix-update executions
@ -144,6 +141,9 @@ const main = async() => {
updatePackage('pam-fprint-grosshack');
updatePackage('protonhax');
updatePackage('trash-d');
updatePackage(
'scopedPackages.x86_64-linux.lovelace-components.material-rounded-theme',
);
spawnSync('nixFastBuild', [], {