Merge pull request 'pkgs/helium: update to 0.11.5.1' (#3) from update/helium-0.11.5.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 4s
CI / build (xcursor-mizuki) (push) Successful in 3s

Reviewed-on: #3
This commit is contained in:
암냥 2026-04-26 12:46:36 +00:00
commit c0bbe97765

View file

@ -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 =