Update flake.lock and helium version

Refresh locked revisions for several dependencies and bump helium
AppImage to 0.16.5.1. Remove dead commented example from the noctalia
home module.
This commit is contained in:
2026-09-05 11:50:56 +02:00
parent 44148a9296
commit 4f80fabf56
3 changed files with 20 additions and 27 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
fetchurl,
}: let
pname = "helium";
version = "0.16.4.1";
hash = "sha256-z0OoKmW49F/2F3mxjZlyJsTY45keyZJAj4pjoGBjBO8=";
version = "0.16.5.1";
hash = "sha256-N6+wwg46ufsbCqEJv/WpTWDCnI3tnFt58cG6TsGxXew=";
src = fetchurl {
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/helium-${version}-x86_64.AppImage";