From fee1f872a9b0b5863f439efaf81c5d4e6cc95470 Mon Sep 17 00:00:00 2001 From: GarandPLG Date: Tue, 25 Aug 2026 14:18:44 +0200 Subject: [PATCH] Update helium to 0.15.7.1 --- modules/core/packages/appimages/helium.nix | 4 ++-- modules/home/noctalia/default.nix | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/core/packages/appimages/helium.nix b/modules/core/packages/appimages/helium.nix index e23e9c0..bcb9b6a 100644 --- a/modules/core/packages/appimages/helium.nix +++ b/modules/core/packages/appimages/helium.nix @@ -4,8 +4,8 @@ fetchurl, }: let pname = "helium"; - version = "0.15.6.1"; - hash = "sha256-OqXMEZOoFu6NZAozde3ApjNWcvivIItIyeG0HbADpDU="; + version = "0.15.7.1"; + hash = "sha256-+zGEGfhIiZWE8mUYb3HrkoM7reFBMdfXlgw3KWT0T98="; src = fetchurl { url = "https://github.com/imputnet/helium-linux/releases/download/${version}/helium-${version}-x86_64.AppImage"; diff --git a/modules/home/noctalia/default.nix b/modules/home/noctalia/default.nix index 4c5ebf6..eaf3749 100644 --- a/modules/home/noctalia/default.nix +++ b/modules/home/noctalia/default.nix @@ -18,4 +18,3 @@ # programs.noctalia.settings = { # }; # } -