diff --git a/flake.nix b/flake.nix index 7c8e1ba..f650471 100644 --- a/flake.nix +++ b/flake.nix @@ -39,7 +39,7 @@ pname = "ink"; version = pkg.version; src = ./.; - npmDepsHash = "sha256-7OJnxaFeQAklhh+z0+IdMoK3kzjFYk5t1eIXrA4viaI="; + npmDepsHash = "sha256-hJ5/LQB9t5oU1/ijTudsmDG4lw4qzdeqOwuUkeFrH8k="; nodejs = pkgs.nodejs_24; dontNpmBuild = true; installPhase = '' @@ -64,7 +64,7 @@ pname = "ink-cli"; version = pkg.version; src = ./.; - npmDepsHash = "sha256-7OJnxaFeQAklhh+z0+IdMoK3kzjFYk5t1eIXrA4viaI="; + npmDepsHash = "sha256-hJ5/LQB9t5oU1/ijTudsmDG4lw4qzdeqOwuUkeFrH8k="; nodejs = pkgs.nodejs_24; dontNpmBuild = true; installPhase = '' diff --git a/package-lock.json b/package-lock.json index 12c4d9f..07fd4d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,9 +33,9 @@ } }, "node_modules/@cloudflare/workers-types": { - "version": "4.20260610.1", - "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20260610.1.tgz", - "integrity": "sha512-Mk/f3lUygeIHzQ4HnJjU/JvGg/kllgp9gISty9nylHE/2M2MFeKO+hgAKSgiPpmwUbuhewdYGgqFGgT/ADK0/g==", + "version": "4.20260615.1", + "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20260615.1.tgz", + "integrity": "sha512-fGOiTwoLj/8bU8mj3VAfa1EULx4ceZhDwnjvY+afDBlSXI9pvY7PE9t62rGEhJjbAOGd7i5WUDun0eZCWBDrzg==", "dev": true, "license": "MIT OR Apache-2.0" },