windmill: 1.474.0 -> 1.542.1

+12 -4
+4 -4
pkgs/by-name/wi/windmill/package.nix
··· 46 47 let 48 pname = "windmill"; 49 - version = "1.474.0"; 50 51 src = fetchFromGitHub { 52 owner = "windmill-labs"; 53 repo = "windmill"; 54 rev = "v${version}"; 55 - hash = "sha256-9BtItmqyW4NbG4istssAYn4CWlfYAv33CE1enL+5LtE="; 56 }; 57 in 58 rustPlatform.buildRustPackage (finalAttrs: { ··· 65 RUSTY_V8_ARCHIVE = librusty_v8; 66 }; 67 68 - cargoHash = "sha256-6htM6p09mPUQmS+QVBDO7Y/tuwweHgA+W/E3XTNunB8="; 69 70 buildFeatures = [ 71 "agent_worker_server" ··· 194 195 sourceRoot = "${src.name}/frontend"; 196 197 - npmDepsHash = "sha256-liWoAgAIgU8+J1x2mR7bGl9MOpCuGIf0Qa1nEouFnBU="; 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.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
+8
pkgs/by-name/wi/windmill/ui_builder.nix
···
··· 1 + # auto-generated file -- DO NOT EDIT! 2 + { fetchzip }: 3 + 4 + fetchzip { 5 + url = "https://pub-06154ed168a24e73a86ab84db6bf15d8.r2.dev/ui_builder-d44b577.tar.gz"; 6 + sha256 = "0wx9jq9h092c7y4x7dycvj10wna2q22062nvvzzb6646s6q2iycg"; 7 + stripRoot = false; 8 + }