Update Helium to 0.14.5.1 and bump nixpkgs

- Bump nixpkgs lock to rev 0bb7ec54c8483066ec9d7720e780a5caa71f8612
- Update Helium AppImage version and SHA256 hash
This commit is contained in:
2026-07-10 17:25:43 +02:00
parent 2a1bc9e807
commit 770cda9340
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
fetchurl,
}: let
pname = "helium";
version = "0.14.4.1";
hash = "sha256-91hO0NtjUxEZwUyMYe7RD1RfFIelYa8ExzLKRsLaZZo=";
version = "0.14.5.1";
hash = "sha256-JM4Tm4Le9Xcfq3fFMEu/DIK6817FEgBQ2rSwY093F04=";
src = fetchurl {
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/helium-${version}-x86_64.AppImage";