Merge pull request 'pkgs/helium: update to 0.11.7.1' (#5) from update/helium-0.11.7.1 into main
All checks were successful
CI / list-packages (push) Successful in 4s
CI / build (helium) (push) Successful in 18s
CI / build (helium-sync) (push) Successful in 3s
CI / build (pjsk-cursor) (push) Successful in 3s
CI / build (waterfox-bin) (push) Successful in 20s
CI / build (xcursor-mizuki) (push) Successful in 3s

Reviewed-on: #5
This commit is contained in:
암냥 2026-04-30 04:11:58 +00:00
commit 7e2079e9d8

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 =