cjs: 6.4.0 -> 128.0

https://github.com/linuxmint/cjs/compare/6.4.0...128.0
This commit is contained in:
Bobby Rong 2025-08-06 23:45:59 +08:00
parent 5842273297
commit 0fcadaa470
No known key found for this signature in database

View File

@ -8,7 +8,7 @@
glib, glib,
readline, readline,
libsysprof-capture, libsysprof-capture,
spidermonkey_115, spidermonkey_128,
meson, meson,
mesonEmulatorHook, mesonEmulatorHook,
dbus, dbus,
@ -19,13 +19,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cjs"; pname = "cjs";
version = "6.4.0"; version = "128.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxmint"; owner = "linuxmint";
repo = "cjs"; repo = "cjs";
rev = version; rev = version;
hash = "sha256-2lkIWroOo3hxu9/L/Ty7CADzVrZ0ohyHVmm65NoNlD4="; hash = "sha256-B9N/oNRvsnr3MLkpcH/aBST6xOJSFdvSUFuD6EldE38=";
}; };
outputs = [ outputs = [
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
cairo cairo
readline readline
libsysprof-capture libsysprof-capture
spidermonkey_115 spidermonkey_128
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [