Merge branch 'main' of ssh://mizuki.guru/imnyang/nix-packages
Some checks failed
CI / build (helium) (push) Successful in 13s
CI / build (helium-sync) (push) Successful in 2s
CI / build (vscode-insiders) (push) Successful in 43s
CI / build (waterfox-bin) (push) Successful in 21s
CI / check (push) Successful in 6s
CI / list-packages (push) Successful in 2s
CI / build (default) (push) Failing after 9s
CI / build (pjsk-cursor) (push) Successful in 4s
CI / build (xcursor-mizuki) (push) Successful in 2s

This commit is contained in:
암냥 2026-05-08 05:16:15 +09:00
commit 2c95a3039a
No known key found for this signature in database

View file

@ -8,11 +8,11 @@
pkgs.appimageTools.wrapType2 rec { pkgs.appimageTools.wrapType2 rec {
pname = "helium"; pname = "helium";
version = "0.12.0.2"; version = "0.12.1.1";
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-1iU+hhisAPF2hAgfFob6Oe54JXjwb6uftiERa4t+OoE="; sha256 = "sha256-+UE+JqQtxbA5szPvAohapXlES21VBOdNsV6Ej1dRRfs=";
}; };
_enableFeatures = _enableFeatures =