We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00b78e commit 95b0243Copy full SHA for 95b0243
nix/overlay.nix
@@ -5,7 +5,7 @@
5
}: {
6
flake.overlays.default = final: _: let
7
# These must be updated following the instructions in ./nix/README.md when dependencies are updated or the version bumped
8
- version = "v11";
+ version = "v12";
9
npmDepsHash = "sha256-zcqn+EsxWfdxkIKUnF8kiuURtPiE6XQOaDAspuKEe64=";
10
RUSTY_V8_ARCHIVE = fetchRustyV8 "130.0.2" {
11
aarch64-darwin = "sha256-aWZ/4Q4Wttx37xOdBmTCPGP+eYGhr4CM1UkYq8pC7Qs=";
0 commit comments