Merge pull request #25772 from jbaum98/neovim-ruby

neovim: neovim-ruby 0.3.1 -> 0.4.0

authored by Benno Fünfstück and committed by GitHub bf6ebda1 a5d75f0f

+7 -7
+3 -3
pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock
··· 1 1 GEM 2 2 remote: https://rubygems.org/ 3 3 specs: 4 - msgpack (1.0.2) 5 - neovim (0.3.1) 4 + msgpack (1.1.0) 5 + neovim (0.5.0) 6 6 msgpack (~> 1.0) 7 7 8 8 PLATFORMS ··· 12 12 neovim 13 13 14 14 BUNDLED WITH 15 - 1.12.5 15 + 1.15.1
+4 -4
pkgs/applications/editors/neovim/ruby_provider/gemset.nix
··· 2 2 msgpack = { 3 3 source = { 4 4 remotes = ["https://rubygems.org"]; 5 - sha256 = "1fb2my91j08plsbbry5kilsrh7slmzgbbf6f55zy6xk28p9036lg"; 5 + sha256 = "0ck7w17d6b4jbb8inh1q57bghi9cjkiaxql1d3glmj1yavbpmlh7"; 6 6 type = "gem"; 7 7 }; 8 - version = "1.0.2"; 8 + version = "1.1.0"; 9 9 }; 10 10 neovim = { 11 11 dependencies = ["msgpack"]; 12 12 source = { 13 13 remotes = ["https://rubygems.org"]; 14 - sha256 = "018mk4vqaxzbk4anq558h2rgj8prbn2rmi777iwrg3n0v8k5nxqw"; 14 + sha256 = "1da0ha3mz63iyihldp7185b87wx86jg07023xjhbng6i28y1ksn7"; 15 15 type = "gem"; 16 16 }; 17 - version = "0.3.1"; 17 + version = "0.5.0"; 18 18 }; 19 19 }