From 7f4ccaa10e8789d95ae6ada0afc4b89046171833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Thu, 7 May 2026 20:22:07 +0700 Subject: [PATCH] update helium --- home/helium/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/helium/default.nix b/home/helium/default.nix index 82cd891..bb0389a 100644 --- a/home/helium/default.nix +++ b/home/helium/default.nix @@ -4,9 +4,10 @@ pname = "Helium"; version = "0.4.7.1"; src = pkgs.fetchurl { - url = "https://github.com/imputnet/helium-linux/releases/download/0.9.4.1/helium-0.9.4.1-x86_64.AppImage"; - sha256 = "sha256-N5gdWuxOrIudJx/4nYo4/SKSxakpTFvL4zzByv6Cnug="; + url = "https://github.com/imputnet/helium-linux/releases/download/0.11.7.1/helium-0.11.7.1-x86_64.AppImage"; + sha256 = "sha256-qzc135IP5F2btxtOMUGMz+0azJhYL9KI0lcPG2KjcxU="; }; + extraPkgs = pkgs: [pkgs.tzdata]; }) ]; xdg.desktopEntries = {