From 2387ae91d6b87270aa0dc1cc0b0d3bab934b73aa Mon Sep 17 00:00:00 2001 From: gitea actions Date: Wed, 15 Apr 2026 03:00:46 +0000 Subject: [PATCH] update helium to 0.11.2.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 8f938a2..265d416 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.11.1.1"; + version = "0.11.2.1"; src = pkgs.fetchurl { url = "https://github.com/imputnet/helium-linux/releases/download/${version}/${pname}-${version}-x86_64.AppImage"; - hash = "sha256-Nfi8qjj7YOujsf8nLm3Mu+oh/R642Wy/nnc0ToolpW0="; + hash = "sha256-tGOgJSCGrGfkG2aE0VcGm2GH8ttiBQ602GftlWEHRHA="; }; extraInstallCommands = let