From b4cb2705d919f049a52e8e70b26b76288ef1681b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Tue, 10 Mar 2026 13:55:39 +0700 Subject: [PATCH] Update helium --- home/helium/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/helium/default.nix b/home/helium/default.nix index bf2b5d9..d9c42ba 100644 --- a/home/helium/default.nix +++ b/home/helium/default.nix @@ -5,8 +5,8 @@ pname = "Helium"; version = "0.4.7.1"; src = pkgs.fetchurl { - url = "https://github.com/imputnet/helium-linux/releases/download/0.5.8.1/helium-0.5.8.1-x86_64.AppImage"; - sha256 = "sha256-d8kwLEU6qgEgp7nlEwdfRevB1JrbEKHRe8+GhGpGUig="; + url = "https://github.com/imputnet/helium-linux/releases/download/0.8.5.1/helium-0.8.5.1-x86_64.AppImage"; + sha256 = "sha256-jFSLLDsHB/NiJqFmn8S+JpdM8iCy3Zgyq+8l4RkBecM="; }; }) ];