From ae42e7e278dc2a43ca4a98e04640adb45bf544ae Mon Sep 17 00:00:00 2001 From: GarandPLG Date: Thu, 23 Jul 2026 13:10:19 +0200 Subject: [PATCH] Update Helium package to 0.14.8.2 --- modules/core/packages/appimages/helium.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/core/packages/appimages/helium.nix b/modules/core/packages/appimages/helium.nix index e0ab538..8984a88 100644 --- a/modules/core/packages/appimages/helium.nix +++ b/modules/core/packages/appimages/helium.nix @@ -4,8 +4,8 @@ fetchurl, }: let pname = "helium"; - version = "0.14.7.1"; - hash = "sha256-JPsCvue71hlyS9woHsauX5xM/2PUJ+n8VEjOFquUDno="; + version = "0.14.8.2"; + hash = "sha256-7Kde6Crsr6LdKnfER+6yE7JkU6+10xXtJ1GQEHhBtqg="; src = fetchurl { url = "https://github.com/imputnet/helium-linux/releases/download/${version}/helium-${version}-x86_64.AppImage"; @@ -37,4 +37,3 @@ in }; } # https://github.com/imputnet/helium-linux/releases/download/0.11.7.1/helium-0.11.7.1-x86_64.AppImage -