Skip to content

Commit e3966ba

Browse files
committed
Fixed wrong hash for electron node headers
1 parent 25fd683 commit e3966ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn2nix.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ let
4949
'';
5050
electron-gyp = fetchurl {
5151
url = "https://www.electronjs.org/headers/v${windowsElectronVersion}/node-v${windowsElectronVersion}-headers.tar.gz";
52-
sha256 = "eb80aa2631401d9646d9eb70bfcfc8cb47408bf2ac1baedcaaf324afb7529ac0";
52+
sha256 = "25bfc02a19d7eac9191f4735868891e87c9352222d73a931699b47229e3380cd";
5353
};
5454
filter = name: type: let
5555
baseName = baseNameOf (toString name);

0 commit comments

Comments
 (0)