nixpkgs/pkgs/development/interpreters/spidermonkey/115.nix
Bobby Rong 0ab1e26024
spidermonkey_115: init at 115.2.0
Based on https://src.fedoraproject.org/rpms/mozjs115.

* js/src/configure.in is gone.
* build/cargo-linker is ported to python.
2023-09-03 18:28:07 +08:00

5 lines
155 B
Nix

import ./common.nix {
version = "115.2.0";
hash = "sha512-3ztO/ZYH6OtJMnF3YMhl6zGsepYkbLQ4UZDDMxbJWV4Hk6HzxF67lnSpuk/OmNg/cbBjvvCe8wfZLRzXjTDYEg==";
}