From 66db3572222d960a021a6dc1b49b1b8bb7e6aa75 Mon Sep 17 00:00:00 2001 From: gitea actions Date: Thu, 9 Apr 2026 06:00:45 +0000 Subject: [PATCH] update helium to 0.10.8.1 --- modules/pkgs/helium.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/pkgs/helium.nix b/modules/pkgs/helium.nix index 9f95d07..d5393de 100644 --- a/modules/pkgs/helium.nix +++ b/modules/pkgs/helium.nix @@ -2,11 +2,11 @@ perSystem = { pkgs, ... }: { packages.helium = pkgs.appimageTools.wrapType2 rec { pname = "helium"; - version = "0.10.6.1"; + version = "0.10.8.1"; src = pkgs.fetchurl { url = "https://github.com/imputnet/helium-linux/releases/download/${version}/${pname}-${version}-x86_64.AppImage"; - hash = "sha256-6xqNRaP3aqitEseexRVEEjKkJClC0j1HHZoRGQanhSk="; + hash = "sha256-pN/Iw1ANggDOxxFb2CN436qbcrs8/bDcEqjZC80grQs="; }; extraInstallCommands = let -- 2.52.0