From 3f38b0b4742f1fe71a9cd14986742ee748fccff9 Mon Sep 17 00:00:00 2001 From: GarandPLG Date: Sat, 13 Jun 2026 13:38:12 +0200 Subject: [PATCH] Update helium to 0.13.3.1 and refresh hash --- modules/core/packages/appimages/helium.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/packages/appimages/helium.nix b/modules/core/packages/appimages/helium.nix index 91e5dac..0367ee8 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.13.1.1"; - hash = "sha256-ZAU+IHSuKu8KiqtgK+fe914C/y7KToVWzC+drqdk+ZM="; + version = "0.13.3.1"; + hash = "sha256-RS+Sn42V+HjCw41N1zayMVIqlgH+i2B2IdVJwBPmw00="; src = fetchurl { url = "https://github.com/imputnet/helium-linux/releases/download/${version}/helium-${version}-x86_64.AppImage";