From ed5db45ab209e78c84cc22eb66430632e6434d30 Mon Sep 17 00:00:00 2001 From: mizuki Date: Mon, 4 May 2026 09:11:39 +0900 Subject: [PATCH] pkgs/helium: update to 0.12.0.2 --- 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 9fe140d..f010e7a 100644 --- a/pkgs/helium/default.nix +++ b/pkgs/helium/default.nix @@ -8,11 +8,11 @@ pkgs.appimageTools.wrapType2 rec { pname = "helium"; - version = "0.11.7.1"; + version = "0.12.0.2"; src = pkgs.fetchurl { url = "https://github.com/imputnet/helium-linux/releases/download/${version}/${pname}-${version}-x86_64.AppImage"; - sha256 = "sha256-qzc135IP5F2btxtOMUGMz+0azJhYL9KI0lcPG2KjcxU="; + sha256 = "sha256-1iU+hhisAPF2hAgfFob6Oe54JXjwb6uftiERa4t+OoE="; }; _enableFeatures = -- 2.54.0