Compare commits

...

2 commits

Author SHA1 Message Date
77d4d7554f Merge pull request 'pkgs/helium: update to 0.12.1.1' (#7) from update/helium-0.12.1.1 into main
All checks were successful
CI / list-packages (push) Successful in 17s
CI / build (helium) (push) Successful in 21s
CI / build (helium-sync) (push) Successful in 3s
CI / build (pjsk-cursor) (push) Successful in 3s
CI / build (waterfox-bin) (push) Successful in 4s
CI / build (xcursor-mizuki) (push) Successful in 3s
Reviewed-on: #7
2026-05-06 05:17:59 +00:00
e53ad43a91 pkgs/helium: update to 0.12.1.1 2026-05-06 09:00:57 +09:00

View file

@ -8,11 +8,11 @@
pkgs.appimageTools.wrapType2 rec {
pname = "helium";
version = "0.12.0.2";
version = "0.12.1.1";
src = pkgs.fetchurl {
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/${pname}-${version}-x86_64.AppImage";
sha256 = "sha256-1iU+hhisAPF2hAgfFob6Oe54JXjwb6uftiERa4t+OoE=";
sha256 = "sha256-+UE+JqQtxbA5szPvAohapXlES21VBOdNsV6Ej1dRRfs=";
};
_enableFeatures =