From 0d2877a861b3f6b3157a227519966f4a6ded0a8f Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 16 Mar 2026 19:09:31 +0000 Subject: [PATCH] update helium to 0.10.5.1 (#13) automated update of helium appimage version and hash ## changelog from `0.10.2.1` to `0.10.5.1` upstream release: https://github.com/imputnet/helium-linux/releases/tag/0.10.5.1 Co-authored-by: gitea actions Reviewed-on: https://gitea.unrail.xyz/thomas/nixos-config/pulls/13 --- 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 02e662f..a011637 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.2.1"; + version = "0.10.5.1"; src = pkgs.fetchurl { url = "https://github.com/imputnet/helium-linux/releases/download/${version}/${pname}-${version}-x86_64.AppImage"; - hash = "sha256-Kh6UgdleK+L+G4LNiQL2DkQIwS43cyzX+Jo6K0/fX1M="; + hash = "sha256-c/ea8C1XjTkBo0/ujGHEbKWyCmRMxyuiuOzAO9AMf1o="; }; extraInstallCommands = let