Skip to content

Commit

Permalink
Fixed wrong hash for electron node headers
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmain committed Oct 19, 2021
1 parent 25fd683 commit e3966ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn2nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ let
'';
electron-gyp = fetchurl {
url = "https://www.electronjs.org/headers/v${windowsElectronVersion}/node-v${windowsElectronVersion}-headers.tar.gz";
sha256 = "eb80aa2631401d9646d9eb70bfcfc8cb47408bf2ac1baedcaaf324afb7529ac0";
sha256 = "25bfc02a19d7eac9191f4735868891e87c9352222d73a931699b47229e3380cd";
};
filter = name: type: let
baseName = baseNameOf (toString name);
Expand Down

0 comments on commit e3966ba

Please sign in to comment.