2022-11-16T14:57:27 neovim-unwrapped 0.8.0 -> 0.8.1 https://github.com/neovim/neovim/releases 2022-11-16T14:57:29 attrpath: neovim-unwrapped 2022-11-16T14:57:29 Checking auto update branch... 2022-11-16T14:57:29 No auto update branch exists 2022-11-16T14:57:33 [version] 2022-11-16T14:57:38 [version] updated version and sha256 2022-11-16T14:57:38 [rustCrateVersion] 2022-11-16T14:57:38 [rustCrateVersion] No cargoSha256 found 2022-11-16T14:57:38 [golangModuleVersion] 2022-11-16T14:57:38 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-16T14:57:38 [updateScript] 2022-11-16T14:57:38 [updateScript] skipping because derivation has no updateScript 2022-11-16T14:57:38 2022-11-16T14:57:38 [quotedUrls] 2022-11-16T14:57:38 [quotedUrls] nothing found to replace 2022-11-16T14:57:38 Diff after rewrites: diff --git a/pkgs/applications/editors/neovim/default.nix b/pkgs/applications/editors/neovim/default.nix index e5f1d658b5d..0a3b5ca421d 100644 --- a/pkgs/applications/editors/neovim/default.nix +++ b/pkgs/applications/editors/neovim/default.nix @@ -26,13 +26,13 @@ let in stdenv.mkDerivation rec { pname = "neovim-unwrapped"; - version = "0.8.0"; + version = "0.8.1"; src = fetchFromGitHub { owner = "neovim"; repo = "neovim"; rev = "v${version}"; - sha256 = "sha256-mVeVjkP8JpTi2aW59ZuzQPi5YvEySVAtxko7xxAx/es="; + sha256 = "sha256-B2ZpwhdmdvPOnxVyJDfNzUT5rTVuBhJXyMwwzCl9Fac="; }; patches = [ 2022-11-16T14:59:49 Successfully finished processing 2022-11-16T14:59:49 cachix "/nix/store/wjr2ys0zsz1l04cmqs23rx8h7zvvd3l9-neovim-unwrapped-0.8.1" 2022-11-16T15:00:00 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/neovim/neovim/releases. meta.description for neovim-unwrapped is: "Vim text editor fork focused on extensibility and agility" meta.homepage for neovim-unwrapped is: "https://www.neovim.io" meta.changelog for neovim-unwrapped is: "" ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/neovim/neovim/releases/tag/v0.8.1) - [Compare changes on GitHub](https://github.com/neovim/neovim/compare/v0.8.0...v0.8.1) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.8.1 with grep in /nix/store/wjr2ys0zsz1l04cmqs23rx8h7zvvd3l9-neovim-unwrapped-0.8.1 - found 0.8.1 in filename of file in /nix/store/wjr2ys0zsz1l04cmqs23rx8h7zvvd3l9-neovim-unwrapped-0.8.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1193 total rebuild path(s) 1193 package rebuild(s) First fifty rebuilds by attrpath gnvim lua51Packages.sqlite lua52Packages.sqlite lua53Packages.sqlite luaPackages.sqlite luajitPackages.sqlite neovim-qt neovim-qt-unwrapped neovim-remote neovim-unwrapped nvimpager tests.vim.test_vim_with_vim_nix tests.vim.test_vim_with_vim_nix_using_plug vimPlugins.BetterLua-vim vimPlugins.BufOnly-vim vimPlugins.CheckAttach vimPlugins.Colour-Sampler-Pack vimPlugins.Coqtail vimPlugins.DoxygenToolkit-vim vimPlugins.FTerm-nvim vimPlugins.FixCursorHold-nvim vimPlugins.Improved-AnsiEsc vimPlugins.Ionide-vim vimPlugins.Jenkinsfile-vim-syntax vimPlugins.LanguageClient-neovim vimPlugins.LanguageTool-nvim vimPlugins.LeaderF vimPlugins.MatchTagAlways vimPlugins.Navigator-nvim vimPlugins.NeoSolarized vimPlugins.NrrwRgn vimPlugins.PreserveNoEOL vimPlugins.QFEnter vimPlugins.Recover-vim vimPlugins.Rename vimPlugins.ReplaceWithRegister vimPlugins.SchemaStore-nvim vimPlugins.Shade-nvim vimPlugins.ShowMultiBase vimPlugins.SimpylFold vimPlugins.SpaceCamp vimPlugins.SpaceVim vimPlugins.Spacegray-vim vimPlugins.SudoEdit-vim vimPlugins.VimCompletesMe vimPlugins.VimOrganizer vimPlugins.Vundle-vim vimPlugins.YUNOcommit-vim vimPlugins.YankRing-vim vimPlugins.YouCompleteMe ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/wjr2ys0zsz1l04cmqs23rx8h7zvvd3l9-neovim-unwrapped-0.8.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A neovim-unwrapped https://github.com/r-ryantm/nixpkgs/archive/f6a02e91ca21cac36b3eed891fe5cc93246823e1.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/wjr2ys0zsz1l04cmqs23rx8h7zvvd3l9-neovim-unwrapped-0.8.1 ls -la /nix/store/wjr2ys0zsz1l04cmqs23rx8h7zvvd3l9-neovim-unwrapped-0.8.1/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings cc @manveru @rvolosatovs for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). 2022-11-16T15:00:09 https://api.github.com/repos/NixOS/nixpkgs/pulls/201500