From 23f36b87e240c49f9665c283e71488b61761842d Mon Sep 17 00:00:00 2001 From: mizuki Date: Wed, 13 May 2026 09:02:01 +0900 Subject: [PATCH] pkgs/helium: update to 0.12.2.1 --- pkgs/helium/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/helium/default.nix b/pkgs/helium/default.nix index edb6c56..813231c 100644 --- a/pkgs/helium/default.nix +++ b/pkgs/helium/default.nix @@ -8,11 +8,11 @@ pkgs.appimageTools.wrapType2 rec { pname = "helium"; - version = "0.12.1.1"; + version = "0.12.2.1"; src = pkgs.fetchurl { url = "https://github.com/imputnet/helium-linux/releases/download/${version}/${pname}-${version}-x86_64.AppImage"; - sha256 = "sha256-+UE+JqQtxbA5szPvAohapXlES21VBOdNsV6Ej1dRRfs="; + sha256 = "sha256-6bQuymGyoyusl4t9/z9K2udXH6hL8XNaqvUSlb0XxV0="; }; _enableFeatures = -- 2.54.0