Unverified Commit 817c3ecc authored by Kevin Cox's avatar Kevin Cox Committed by GitHub
Browse files

Merge pull request #311047 from GaetanLepage/neovim

neovim: 0.9.5 -> 0.10.0
parents 4ac10d90 752d81e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs:

in {
    pname = "neovim-unwrapped";
    version = "0.9.5";
    version = "0.10.0";

    __structuredAttrs = true;

@@ -74,7 +74,7 @@ in {
      owner = "neovim";
      repo = "neovim";
      rev = "v${finalAttrs.version}";
      hash = "sha256-CcaBqA0yFCffNPmXOJTo8c9v1jrEBiqAl8CG5Dj5YxE=";
      hash = "sha256-FCOipXHkAbkuFw9JjEpOIJ8BkyMkjkI0Dp+SzZ4yZlw=";
    };

    patches = [