Unverified Commit c0f6848a authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #201351 from afh/neovim-update

neovim: 0.8.0 -> 0.8.1
parents c4596ed5 6092075d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [