tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
windmill: 1.542.1 -> 1.549.1
R. Ryantm
4 months ago
7984cb47
a62c2e5c
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
wi
windmill
package.nix
+4
-4
pkgs/by-name/wi/windmill/package.nix
···
46
47
let
48
pname = "windmill";
49
-
version = "1.542.1";
50
51
src = fetchFromGitHub {
52
owner = "windmill-labs";
53
repo = "windmill";
54
rev = "v${version}";
55
-
hash = "sha256-SVE1P7NQ6mz26bS3oURAc1ImvbCJRkT8mMTuCmHeZLU=";
56
};
57
in
58
rustPlatform.buildRustPackage (finalAttrs: {
···
65
RUSTY_V8_ARCHIVE = librusty_v8;
66
};
67
68
-
cargoHash = "sha256-0OETpBXO/c2YJPta1LLAa/Jf7PusH+GAwgfAmRGh9m0=";
69
70
buildFeatures = [
71
"agent_worker_server"
···
194
195
sourceRoot = "${src.name}/frontend";
196
197
-
npmDepsHash = "sha256-8t5ww8zuP1ZWASKpj6F0bFGWnUDROf7iLBTLsof5jtM=";
198
199
# without these you get a
200
# FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
···
46
47
let
48
pname = "windmill";
49
+
version = "1.549.1";
50
51
src = fetchFromGitHub {
52
owner = "windmill-labs";
53
repo = "windmill";
54
rev = "v${version}";
55
+
hash = "sha256-+4cYZCD8iqrrckYWTDCM++SogptXXahfCKN6O8E8HuE=";
56
};
57
in
58
rustPlatform.buildRustPackage (finalAttrs: {
···
65
RUSTY_V8_ARCHIVE = librusty_v8;
66
};
67
68
+
cargoHash = "sha256-m7/72IRbzllAfAlbjKsjGrTaiXzpj2TufLKrTpKLbUU=";
69
70
buildFeatures = [
71
"agent_worker_server"
···
194
195
sourceRoot = "${src.name}/frontend";
196
197
+
npmDepsHash = "sha256-2CBqPDEqKGDIGo7ARK3sxTkFNsTxIa6V1QCtSKDkj4I=";
198
199
# without these you get a
200
# FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory