Update dependencies and improve configuration

This commit is contained in:
2026-06-08 12:54:39 +02:00
parent f5b429f704
commit 823302f7e5
10 changed files with 58 additions and 47 deletions
+3 -2
View File
@@ -4,11 +4,12 @@
fetchurl,
}: let
pname = "helium";
version = "0.12.4.1";
version = "0.13.1.1";
hash = "sha256-ZAU+IHSuKu8KiqtgK+fe914C/y7KToVWzC+drqdk+ZM=";
src = fetchurl {
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/helium-${version}-x86_64.AppImage";
sha256 = "sha256-OgS8HkLBseFrEhNFJxMwp1bg0gzPdfY1VaySAAp7vq0=";
sha256 = hash;
};
appimageContents = appimageTools.extract {inherit pname version src;};