Pin Helium to version 0.12.4.1

This commit is contained in:
2026-06-02 19:04:24 +02:00
parent 717ade35db
commit 870b3941c0
+2 -2
View File
@@ -4,11 +4,11 @@
fetchurl,
}: let
pname = "helium";
version = "0.12.5.1";
version = "0.12.4.1";
src = fetchurl {
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/helium-${version}-x86_64.AppImage";
sha256 = "sha256-uUZauNralX6katmnO9VDLEs+d+HIhkjkeV36Dw2eUmM=";
sha256 = "sha256-OgS8HkLBseFrEhNFJxMwp1bg0gzPdfY1VaySAAp7vq0=";
};
appimageContents = appimageTools.extract {inherit pname version src;};