Commit 7484db2f authored by R. RyanTM's avatar R. RyanTM
Browse files

windmill: 1.596.0 -> 1.601.0

parent a9714740
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -47,13 +47,13 @@

let
  pname = "windmill";
  version = "1.596.0";
  version = "1.601.0";

  src = fetchFromGitHub {
    owner = "windmill-labs";
    repo = "windmill";
    rev = "v${version}";
    hash = "sha256-PnEo8rMTYM4R498YLhTUHcDowjMK+YFI1mNgRXqJx5k=";
    hash = "sha256-yaIQFK3ECP8DccfwaaMwAEisnzM5JijznDsY6mRBNHA=";
  };
in
rustPlatform.buildRustPackage (finalAttrs: {
@@ -66,7 +66,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    RUSTY_V8_ARCHIVE = librusty_v8;
  };

  cargoHash = "sha256-UpeVoPsAp7Y/ZjTSwjFZ/GrmjTsl2w7gPjaFnj4ymPs=";
  cargoHash = "sha256-b+qSk2DgVJkWeSB+qXosVtMOM+kUobmYB5Av68/tr68=";

  buildFeatures = [
    "agent_worker_server"
@@ -195,7 +195,7 @@ rustPlatform.buildRustPackage (finalAttrs: {

    sourceRoot = "${src.name}/frontend";

    npmDepsHash = "sha256-28fXEI27W43WOhbAs+B0KpxqUUwlspFt/pdRTNqGmlI=";
    npmDepsHash = "sha256-4Sy7C9zzVjw4HIHFFWKfhMUtn97XWyNBDaWAV4WicK4=";

    # without these you get a
    # FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
{ fetchzip }:

fetchzip {
  url = "https://pub-06154ed168a24e73a86ab84db6bf15d8.r2.dev/ui_builder-6dcfccf.tar.gz";
  sha256 = "1cbz1y1600335jrp5p062hpybcn422w89mvy40i94xi5ps5xp7kb";
  url = "https://pub-06154ed168a24e73a86ab84db6bf15d8.r2.dev/ui_builder-9e76079.tar.gz";
  sha256 = "1lxbfqfx8dhrf585gfh7x7098nbmyarja94cjp43sygvp4c6yw4g";
  stripRoot = false;
}