sublime4-dev: 4191 → 4196

The Python 3.3 plug-in host still depends on openssl 1.1 but a `disable_plugin_host_3.3` settings key was introduced, allowing user to force the extension packages to use Python 3.8 host, which does not depend on insecure variant.

Changed files
+3 -3
pkgs
applications
editors
sublime
+3 -3
pkgs/applications/editors/sublime/4/packages.nix
···
} { };
sublime4-dev = common {
-
buildVersion = "4191";
+
buildVersion = "4196";
dev = true;
-
x64sha256 = "fJy0BNToM8beMv5jYdFiecyjudzTG+r0mEpi9erZs4A=";
-
aarch64sha256 = "KgqZ9+rEGM9wcgqk+CenFInmDc3jPMdnRBpTREHBpjE=";
+
x64sha256 = "lsvPDqN9YkhDl/4LjLoHkV+Po9lTJpS498awzMMCh3c=";
+
aarch64sha256 = "Bwy69jCKkj8AT8WeMXJ3C+yUk+PArHETyp1ZvMXjR5A=";
} { };
}