nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

cjs: 6.4.0 -> 128.0

https://github.com/linuxmint/cjs/compare/6.4.0...128.0

+4 -4
+4 -4
pkgs/by-name/cj/cjs/package.nix
··· 8 8 glib, 9 9 readline, 10 10 libsysprof-capture, 11 - spidermonkey_115, 11 + spidermonkey_128, 12 12 meson, 13 13 mesonEmulatorHook, 14 14 dbus, ··· 19 19 20 20 stdenv.mkDerivation rec { 21 21 pname = "cjs"; 22 - version = "6.4.0"; 22 + version = "128.0"; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "linuxmint"; 26 26 repo = "cjs"; 27 27 rev = version; 28 - hash = "sha256-2lkIWroOo3hxu9/L/Ty7CADzVrZ0ohyHVmm65NoNlD4="; 28 + hash = "sha256-B9N/oNRvsnr3MLkpcH/aBST6xOJSFdvSUFuD6EldE38="; 29 29 }; 30 30 31 31 outputs = [ ··· 52 52 cairo 53 53 readline 54 54 libsysprof-capture 55 - spidermonkey_115 55 + spidermonkey_128 56 56 ]; 57 57 58 58 propagatedBuildInputs = [