File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 48
48
},
49
49
"pkg" : {
50
50
"assets" : [
51
- " dist/**/*.json"
51
+ " dist/**/*.json" ,
52
+ " node_modules/tslib/**/*.js" ,
53
+ " node_modules/tsyringe/**/*.js" ,
54
+ " node_modules/uWebSockets.js/**/*.js"
52
55
],
53
56
"scripts" : [
54
57
" dist/lib/workers/worker.js"
Original file line number Diff line number Diff line change @@ -69,29 +69,29 @@ rec {
69
69
'' ;
70
70
} ) ;
71
71
pkgBuilds = {
72
- "3.5 " = {
72
+ "3.4 " = {
73
73
"linux-x64" = fetchurl {
74
- url = "https://github.com/vercel/pkg-fetch/releases/download/v3.5 /node-v18.15 .0-linux-x64" ;
75
- sha256 = "0glr88p9higdwsffg3l243kpixqcf1mb7fawq62rj9n7b275lwx4 " ;
74
+ url = "https://github.com/vercel/pkg-fetch/releases/download/v3.4 /node-v18.5 .0-linux-x64" ;
75
+ sha256 = "0b7iimvh2gldvbqfjpx0qvzg8d59miv1ca03vwv6rb7c2bi5isi5 " ;
76
76
} ;
77
77
"win32-x64" = fetchurl {
78
- url = "https://github.com/vercel/pkg-fetch/releases/download/v3.5 /node-v18.15 .0-win-x64" ;
79
- sha256 = "1d51w02m5jv7fgk3brkv3wizn1l75rai1zyq8m9vlm1za1gaha8p " ;
78
+ url = "https://github.com/vercel/pkg-fetch/releases/download/v3.4 /node-v18.5 .0-win-x64" ;
79
+ sha256 = "0jxrxgcggpzzx54gaai24zfywhq6fr0nm75iihpn248hv13sdsg0 " ;
80
80
} ;
81
81
"macos-x64" = fetchurl {
82
- url = "https://github.com/vercel/pkg-fetch/releases/download/v3.5 /node-v18.15 .0-macos-x64" ;
83
- sha256 = "1qcih9l3vncg05glhr45avcz2p5sqk7sp9776q4133xg88s09k0k " ;
82
+ url = "https://github.com/vercel/pkg-fetch/releases/download/v3.4 /node-v18.5 .0-macos-x64" ;
83
+ sha256 = "0dg46fw3ik2wxmhymcj3ih0wx5789f2fhfq39m6c1m52kvssgib3 " ;
84
84
} ;
85
85
# No build for v18.15.0 macos-arm64 build
86
86
# "macos-arm64" = fetchurl {
87
- # url = "https://github.com/vercel/pkg-fetch/releases/download/v3.4/node-v16.15 .0-macos-arm64";
88
- # sha256 = "VNCPKjPQjLhzyX8d/FJ/dvDQcA9Gv9YZ6Wf2EcDCARI= ";
87
+ # url = "https://github.com/vercel/pkg-fetch/releases/download/v3.4/node-v18.5 .0-macos-arm64";
88
+ # sha256 = "1znxssrwcg8nxfr03x1dfz49qq70ik33nj42dxr566vanayifa94 ";
89
89
# };
90
90
} ;
91
91
} ;
92
92
pkgCachePath =
93
93
let
94
- pkgBuild = pkgBuilds . "3.5 " ;
94
+ pkgBuild = pkgBuilds . "3.4 " ;
95
95
fetchedName = n : builtins . replaceStrings [ "node" ] [ "fetched" ] n ;
96
96
in
97
97
linkFarm "pkg-cache"
You can’t perform that action at this time.
0 commit comments