windmill: 1.219.1 -> 1.246.15

This commit is contained in:
happysalada
2024-01-20 06:12:39 -05:00
parent 8a49f2a516
commit 00135e4cea
2 changed files with 970 additions and 857 deletions
+967 -854
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -24,13 +24,13 @@
let
pname = "windmill";
version = "1.219.1";
version = "1.246.15";
src = fetchFromGitHub {
owner = "windmill-labs";
repo = "windmill";
rev = "v${version}";
hash = "sha256-HGZuIun9PWi3Fv/kX95k4xnXu1L604teWUKXzjVXKF0=";
hash = "sha256-5KDSCag70ww1mYvfKf3rg2RTi80rEWZnMTXB+/6VsNM=";
};
pythonEnv = python3.withPackages (ps: [ ps.pip-tools ]);
@@ -42,7 +42,7 @@ let
sourceRoot = "${src.name}/frontend";
npmDepsHash = "sha256-1uya/4FjMHTDW/KX1YinhTT/Mb7bJ9XVTWc6cU0oqJ8=";
npmDepsHash = "sha256-PdRNjUQdr1NgTO5UaWfH8rJeiFB/VJ6sJkwhpmPo/1A=";
# without these you get a
# FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory