update helium

This commit is contained in:
Thomas Avé 2026-05-07 20:22:07 +07:00
parent e3abc63190
commit 7f4ccaa10e
Signed by: thomasave
SSH Key Fingerprint: SHA256:bvIbWy6TO9+PdMTPzWy6dqkRlVQ3eSky+vQcc9aRIiE
1 changed files with 3 additions and 2 deletions

View File

@ -4,9 +4,10 @@
pname = "Helium"; pname = "Helium";
version = "0.4.7.1"; version = "0.4.7.1";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://github.com/imputnet/helium-linux/releases/download/0.9.4.1/helium-0.9.4.1-x86_64.AppImage"; url = "https://github.com/imputnet/helium-linux/releases/download/0.11.7.1/helium-0.11.7.1-x86_64.AppImage";
sha256 = "sha256-N5gdWuxOrIudJx/4nYo4/SKSxakpTFvL4zzByv6Cnug="; sha256 = "sha256-qzc135IP5F2btxtOMUGMz+0azJhYL9KI0lcPG2KjcxU=";
}; };
extraPkgs = pkgs: [pkgs.tzdata];
}) })
]; ];
xdg.desktopEntries = { xdg.desktopEntries = {