From 1cb05093dc15da745c57fc18c9c4afd509c64cfe Mon Sep 17 00:00:00 2001 From: mizuki Date: Sun, 26 Apr 2026 15:46:07 +0900 Subject: [PATCH] pkgs/helium: update to 0.11.5.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 8f59608..fd34d40 100644 --- a/pkgs/helium/default.nix +++ b/pkgs/helium/default.nix @@ -8,11 +8,11 @@ pkgs.appimageTools.wrapType2 rec { pname = "helium"; - version = "0.11.4.1"; + version = "0.11.5.1"; src = pkgs.fetchurl { url = "https://github.com/imputnet/helium-linux/releases/download/${version}/${pname}-${version}-x86_64.AppImage"; - sha256 = "sha256-EavHZuleVkgD4J+gcUQ2ZgGHjvWXzdamUh7r42bUkas="; + sha256 = "sha256-Ni7IZ9UBafr+ss0BcQaRKqmlmJI4IV1jRAJ8jhcodlg="; }; _enableFeatures =