From 32949c2037146f252cc523b63fe0e34dbbb686aa Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Thu, 14 May 2026 12:17:10 -0500 Subject: [PATCH] fix hash --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 40238c5..622a9f3 100644 --- a/flake.nix +++ b/flake.nix @@ -29,8 +29,7 @@ inherit pname version src; pnpm = pkgs.pnpm; fetcherVersion = 3; - # Placeholder hash - run nix build to get the correct hash - hash = "sha256-b9rYE09uEFLoiymS6PUkWJvOwMnniBbvPbFp6xu+PtM="; + hash = "sha256-QjmYXOv8JliJhN+5XfA1+OnBIf4I/6s84LSisJlBdTo="; }; env.NUXT_TELEMETRY_DISABLED = 1;