From be8e5e64070d4f1df096376781468ae3db3a787e Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Mon, 24 Nov 2025 09:38:05 -0500 Subject: [PATCH] add hash for new helium --- packages/helium-browser/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/helium-browser/package.nix b/packages/helium-browser/package.nix index 14ee7a3..6d21239 100644 --- a/packages/helium-browser/package.nix +++ b/packages/helium-browser/package.nix @@ -33,7 +33,7 @@ let architectures = { "x86_64-linux" = { arch = "x86_64"; - hash = lib.fakeHash; + hash = "sha256-VB218vOY/9tI97Yhx2MNlNPb46jJHv/FqY96tJaokBE="; }; "aarch64-linux" = { arch = "arm64";