From 29caead1d995114cfbd7b8130f2ffeec8badd679 Mon Sep 17 00:00:00 2001 From: gitea actions Date: Fri, 13 Mar 2026 12:47:30 +0000 Subject: [PATCH] update helium to 0.10.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 bd7f6a4..02e662f 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.9.4.1"; + version = "0.10.2.1"; src = pkgs.fetchurl { url = "https://github.com/imputnet/helium-linux/releases/download/${version}/${pname}-${version}-x86_64.AppImage"; - hash = "sha256-N5gdWuxOrIudJx/4nYo4/SKSxakpTFvL4zzByv6Cnug="; + hash = "sha256-Kh6UgdleK+L+G4LNiQL2DkQIwS43cyzX+Jo6K0/fX1M="; }; extraInstallCommands = let -- 2.52.0