pkgs/helium: update to 0.12.5.1 #20

Open
mizuki wants to merge 1 commit from update/helium-0.12.5.1 into main
Showing only changes of commit 2b398c24d4 - Show all commits

pkgs/helium: update to 0.12.5.1
All checks were successful
Pull Request / check (pull_request) Successful in 4s
Pull Request / list-packages (pull_request) Successful in 3s
Pull Request / build (helium) (pull_request) Successful in 3s

Akiyama Mizuki 2026-05-28 09:01:06 +09:00

View file

@ -8,11 +8,11 @@
pkgs.appimageTools.wrapType2 rec {
pname = "helium";
version = "0.12.4.1";
version = "0.12.5.1";
src = pkgs.fetchurl {
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/${pname}-${version}-x86_64.AppImage";
sha256 = "sha256-OgS8HkLBseFrEhNFJxMwp1bg0gzPdfY1VaySAAp7vq0=";
sha256 = "sha256-uUZauNralX6katmnO9VDLEs+d+HIhkjkeV36Dw2eUmM=";
};
_enableFeatures =