cjs: 6.4.0 -> 128.0
https://github.com/linuxmint/cjs/compare/6.4.0...128.0
This commit is contained in:
parent
5842273297
commit
0fcadaa470
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user