From acb590fc4aa1ae6336e799b498f364ccb964e26e Mon Sep 17 00:00:00 2001 From: ethernet Date: Wed, 5 Aug 2026 11:09:47 -0400 Subject: [PATCH] fix(nix): fix electron headers sha --- nix/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/desktop.nix b/nix/desktop.nix index fa76993d27c00..224fa768a4a11 100644 --- a/nix/desktop.nix +++ b/nix/desktop.nix @@ -20,7 +20,7 @@ let electronHeaders = pkgs.fetchurl { url = "https://artifacts.electronjs.org/headers/dist/v${electron.version}/node-v${electron.version}-headers.tar.gz"; - sha256 = "sha256-f8bSbLRmtbP93CJAvEBs+sHWDZ1xP2bcpLhC1EnOmZU="; + sha256 = "sha256-0nUJBQDEikyYntZwq+ycH32mzEQtQmz3ICz9eeTMpJk="; }; # node-pty ships no Electron-tagged prebuild we can trust to match this