mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
openclaw: 2026.6.5 -> 2026.6.11 (#538045)
This commit is contained in:
commit
f19a0bad1e
1 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@
|
|||
versionCheckHook,
|
||||
rolldown,
|
||||
installShellFiles,
|
||||
version ? "2026.6.5",
|
||||
version ? "2026.6.11",
|
||||
}:
|
||||
let
|
||||
pnpm = pnpm_11.override { nodejs-slim = nodejs-slim_22; };
|
||||
|
|
@ -24,10 +24,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
owner = "openclaw";
|
||||
repo = "openclaw";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-hiYbIhE13XMFIeB0zmb6AHlfw8le6vpJgCqN81YWGsE=";
|
||||
hash = "sha256-Ryj+aJ4Daql/ILs3Z/Gi+ltBGQfOdtXKJoOqr3YNoQ0=";
|
||||
};
|
||||
|
||||
pnpmDepsHash = "sha256-7RQJAVWqhauG8JrF8AD1VU1IJRM+SH05aHAfmFaXraU=";
|
||||
pnpmDepsHash = "sha256-WvMphvtdimFXIx6kTQ5DMW9dcXS1tcFu2v3W1aiiW+4=";
|
||||
|
||||
pnpmDeps = fetchPnpmDeps {
|
||||
inherit (finalAttrs) pname version src;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue