From c5a9210d0e0ead0be9abbf423158c7a6d921c529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Wed, 29 Oct 2025 16:34:38 +0700 Subject: [PATCH] Update Helium --- flake.lock | 12 ++++++------ home/helium/default.nix | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index e6b88d2..39db3b2 100644 --- a/flake.lock +++ b/flake.lock @@ -132,11 +132,11 @@ ] }, "locked": { - "lastModified": 1761530345, - "narHash": "sha256-+9+YCK9Lh6GThkXu/8JTxMFUnImIdZpb8ElUh6/F5Y8=", + "lastModified": 1761584077, + "narHash": "sha256-dISPEZahlfs5K6d58zR4akRRyogfE9P4WSyPPNT7HiE=", "owner": "nix-community", "repo": "home-manager", - "rev": "bbaeb9f1c29e79bb1653b32c3d73244cdf4bd888", + "rev": "e82585308aef3d4cc2c36c7b6946051c8cdf24ef", "type": "github" }, "original": { @@ -236,11 +236,11 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1761550433, - "narHash": "sha256-fvYJ6oAimCE2JGs0edkhCKql+e7aXErwR0GkQO3zAJ0=", + "lastModified": 1761648580, + "narHash": "sha256-+2PRxxFeLgCJSIh1w55S1hoSvX3gVpB6RgzT1rjCTb8=", "owner": "nix-community", "repo": "NUR", - "rev": "17884375f0b583c0845d4ee6a094d58d7a62f5ea", + "rev": "9f9f3ecd00acde2e95c088350351dff0dcd405de", "type": "github" }, "original": { diff --git a/home/helium/default.nix b/home/helium/default.nix index dd990cd..725b94e 100644 --- a/home/helium/default.nix +++ b/home/helium/default.nix @@ -5,8 +5,8 @@ pname = "Helium"; version = "0.4.7.1"; src = pkgs.fetchurl { - url = "https://release-assets.githubusercontent.com/github-production-release-asset/1043354934/31a5650e-2719-4734-8aa7-8b45ff506fe7"; - sha256 = "275853aae038ee08a6d07ed314c33e25a6d8e5845c2f9b27253a4cfde94dd732"; + url = "https://github.com/imputnet/helium-linux/releases/download/0.5.8.1/helium-0.5.8.1-x86_64.AppImage"; + sha256 = "sha256-d8kwLEU6qgEgp7nlEwdfRevB1JrbEKHRe8+GhGpGUig="; }; }) ];