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