From 9f4ae182c1013a12137c1a7aa658518e4688b4f6 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Fri, 3 May 2019 04:28:28 +0200 Subject: sublime3-dev: 3203 → 3208 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Build 3208 21 April 2019 Mac: Added a workaround for a macOS OpenGL driver bug in 10.14.4 Build 3206 5 April 2019 Performance improvements Build 3205 3 April 2019 Improved scrolling logic in some scenarios Linux: Fixed compatibility with old Linux distributions Build 3204 2 April 2019 Mac: Added a workaround for a MacOS issue with DisplayLink adapters Linux: Tweaked the way text scaling is handled Improved file indexing behavior in some scenarios Fixed block carets changing the way text selection works --- pkgs/applications/editors/sublime/3/packages.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/sublime/3/packages.nix b/pkgs/applications/editors/sublime/3/packages.nix index 9d7539b5b651..ebceb4a8b352 100644 --- a/pkgs/applications/editors/sublime/3/packages.nix +++ b/pkgs/applications/editors/sublime/3/packages.nix @@ -5,10 +5,10 @@ let in rec { sublime3-dev = common { - buildVersion = "3203"; + buildVersion = "3208"; dev = true; - x32sha256 = "004hnlm2dvcfagf3bkbfqxlnkgqk46jrm8w9yagpjwkpdy76mgyx"; - x64sha256 = "0dp4vi39s2gq5a7snz0byrf44i0csbzwq6hn7i2zqa6rpvfywa1d"; + x32sha256 = "09k04fjryc0dc6173i6nwhi5xaan89n4lp0n083crvkqwp0qlf2i"; + x64sha256 = "12pn3yfm452m75dlyl0lyf82956j8raz2dglv328m81hbafflrj8"; } {}; sublime3 = common { -- cgit 1.4.1