From c0b898273459c6d56b35ff8c4acf576a7ce127bd Mon Sep 17 00:00:00 2001 From: GarandPLG Date: Thu, 13 Aug 2026 20:45:42 +0200 Subject: [PATCH] Update helium to 0.15.4.1 --- 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 e4aea22..460df42 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.15.3.1"; - hash = "sha256-ZCCm/prkgYgbDHW6OBPWvoIE77g7IYQpYdqc/PnIrSU="; + version = "0.15.4.1"; + hash = "sha256-h3yxZnMb/EHvPJALQlJgHUVYUNsfuv0pnewgf6K6sx8="; 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 -