pkgs/helium: update to 0.12.0.2

This commit is contained in:
Akiyama Mizuki 2026-05-04 09:11:39 +09:00
commit ed5db45ab2

View file

@ -8,11 +8,11 @@
pkgs.appimageTools.wrapType2 rec { pkgs.appimageTools.wrapType2 rec {
pname = "helium"; pname = "helium";
version = "0.11.7.1"; version = "0.12.0.2";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/${pname}-${version}-x86_64.AppImage"; 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 = _enableFeatures =