Commit 79e9ef66 authored by Chris Portela's avatar Chris Portela
Browse files

openclaw: 2026.4.12 -> 2026.4.21

parent 1e5884be
Loading
Loading
Loading
Loading
+28 −12
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
  versionCheckHook,
  rolldown,
  installShellFiles,
  version ? "2026.4.12",
  version ? "2026.4.21",
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "openclaw";
@@ -21,10 +21,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
    owner = "openclaw";
    repo = "openclaw";
    tag = "v${finalAttrs.version}";
    hash = "sha256-d0/Y3s+MQFaG1lZr9nk00KU7bJhglApFZFLRCLJ4Hc4=";
    hash = "sha256-K1Pl9lXzGKfoq/fXWxYX5PoY3IBzJr0PPstUDGET/gs=";
  };

  pnpmDepsHash = "sha256-Tkraoxlux/lUS1ilpAIvSl5VUT0ZA9DWptNXRNl8B8o=";
  pnpmDepsHash = "sha256-FDajXHs4s0+QDRPq4ZxQWWW9rqeSJVYACAl/5Mw2Agc=";

  pnpmDeps = fetchPnpmDeps {
    inherit (finalAttrs) pname version src;
@@ -70,15 +70,31 @@ stdenvNoCC.mkDerivation (finalAttrs: {
          continue;
        }' \
      --replace-fail \
        'stageInstalledRootRuntimeDeps({ fingerprint, packageJson, pluginDir, repoRoot })
        '    if (
          stageInstalledRootRuntimeDeps({
            directDependencyPackageRoot,
            fingerprint,
            packageJson,
            pluginDir,
            pruneConfig,
            repoRoot,
          })
        ) {
        return;
          continue;
        }' \
        'stageInstalledRootRuntimeDeps({ fingerprint, packageJson, pluginDir, repoRoot })
        '    if (
          stageInstalledRootRuntimeDeps({
            directDependencyPackageRoot,
            fingerprint,
            packageJson,
            pluginDir,
            pruneConfig,
            repoRoot,
          })
        ) {
        return;
          continue;
        }
      return; // nix: sandbox has no npm'
        continue; // nix: sandbox has no npm'
    pnpm build
    pnpm ui:build