about summary refs log tree commit diff
path: root/pkgs/development/compilers/graalvm/community-edition/update.sh
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2023-02-15 21:53:52 +0000
committerThiago Kenji Okada <thiagokokada@gmail.com>2023-02-15 22:43:08 +0000
commitcc7ec82f3cd89afdf4fb55dad0603cf00ae4bd0c (patch)
tree94805193d838f892fe6144ae1cc8b7a524765cb1 /pkgs/development/compilers/graalvm/community-edition/update.sh
parent3a53307dd9f12e781acb5306bed69d364c2ad812 (diff)
graalvmCEPackages.nodejs-installable-svm: init at 22.3.1
Diffstat (limited to 'pkgs/development/compilers/graalvm/community-edition/update.sh')
-rwxr-xr-xpkgs/development/compilers/graalvm/community-edition/update.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/graalvm/community-edition/update.sh b/pkgs/development/compilers/graalvm/community-edition/update.sh
index 68583d7d5fd78..6cafb0f0d1186 100755
--- a/pkgs/development/compilers/graalvm/community-edition/update.sh
+++ b/pkgs/development/compilers/graalvm/community-edition/update.sh
@@ -45,6 +45,7 @@ declare -r -A products_urls=(
   [js-installable-svm]="https://github.com/graalvm/graaljs/releases/download/vm-${new_version}/js-installable-svm-java@platform@-${new_version}.jar"
   [llvm-installable-svm]="https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-${new_version}/llvm-installable-svm-java@platform@-${new_version}.jar"
   [native-image-installable-svm]="https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-${new_version}/native-image-installable-svm-java@platform@-${new_version}.jar"
+  [nodejs-installable-svm]="https://github.com/graalvm/graaljs/releases/download/vm-${new_version}/nodejs-installable-svm-java@platform@-${new_version}.jar"
   [python-installable-svm]="https://github.com/graalvm/graalpython/releases/download/vm-${new_version}/python-installable-svm-java@platform@-${new_version}.jar"
   [ruby-installable-svm]="https://github.com/oracle/truffleruby/releases/download/vm-${new_version}/ruby-installable-svm-java@platform@-${new_version}.jar"
   [wasm-installable-svm]="https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-${new_version}/wasm-installable-svm-java@platform@-${new_version}.jar"