pkgs/helium: update to 0.11.7.1 #5

Merged
imnyang merged 1 commit from update/helium-0.11.7.1 into main 2026-04-30 13:11:58 +09:00
Showing only changes of commit 5f3f0a4e81 - Show all commits

pkgs/helium: update to 0.11.7.1

Akiyama Mizuki 2026-04-30 09:01:01 +09:00

View file

@ -8,11 +8,11 @@
pkgs.appimageTools.wrapType2 rec {
pname = "helium";
version = "0.11.6.1";
version = "0.11.7.1";
src = pkgs.fetchurl {
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/${pname}-${version}-x86_64.AppImage";
sha256 = "sha256-NvsSVeKr82ME8oPupU8Oyh9IbYerxAWJ5vRjvj4WyLo=";
sha256 = "sha256-qzc135IP5F2btxtOMUGMz+0azJhYL9KI0lcPG2KjcxU=";
};
_enableFeatures =