File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
buildPhase = ''
19
19
cp ${ ./package.json } package.json
20
20
pkg . \
21
- --targets linux-${ arch } \
21
+ --targets node ${ utils . nodeVersion } - linux-${ arch } \
22
22
--no-bytecode \
23
23
--public \
24
24
--public-packages "*" \
44
44
buildPhase = ''
45
45
cp ${ ./package.json } package.json
46
46
pkg . \
47
- --targets win-${ arch } \
47
+ --targets node ${ utils . nodeVersion } - win-${ arch } \
48
48
--no-bytecode \
49
49
--public \
50
50
--public-packages "*" \
70
70
buildPhase = ''
71
71
cp ${ ./package.json } package.json
72
72
pkg . \
73
- --targets macos-${ arch } \
73
+ --targets node ${ utils . nodeVersion } - macos-${ arch } \
74
74
--no-bytecode \
75
75
--public \
76
76
--public-packages "*" \
Original file line number Diff line number Diff line change @@ -54,15 +54,15 @@ rec {
54
54
"3.3" = {
55
55
"linux-x64" = fetchurl {
56
56
url = "https://github.com/vercel/pkg-fetch/releases/download/v3.3/node-v16.14.2-linux-x64" ;
57
- sha256 = "8fe5316565d6fc759aed4eae650064273567bcfb30d841b75b18ffb396a4babc " ;
57
+ sha256 = "1g5sljbb7zqqbfvl3n1hzfy6fd97ch06bbjfxnd7bz6ncmjk3rcg " ;
58
58
} ;
59
59
"win32-x64" = fetchurl {
60
60
url = "https://github.com/vercel/pkg-fetch/releases/download/v3.3/node-v16.14.2-win-x64" ;
61
- sha256 = "f569a056424242da69e41987b418c3e2eff84a5e2b36601f4ea4babc1dca2eb0 " ;
61
+ sha256 = "1c1fr8fvrfm49qgn0dibbr5givz2qccb91qrwilxlhj289ba0sgm " ;
62
62
} ;
63
63
"macos-x64" = fetchurl {
64
64
url = "https://github.com/vercel/pkg-fetch/releases/download/v3.3/node-v16.14.2-macos-x64" ;
65
- sha256 = "5bb0e5fd25bdda12ef510df0a27d468c756535a8341c9f44764bb0bf01d907c3 " ;
65
+ sha256 = "1hq7v40vzc2bfr29y71lm0snaxcc8rys5w0da7pi5nmx4pyybc2v " ;
66
66
} ;
67
67
} ;
68
68
} ;
You can’t perform that action at this time.
0 commit comments