Commit b8eebcad authored by Gaetan Lepage's avatar Gaetan Lepage Committed by Matthieu Coudron
Browse files

neovim: 0.9.2 -> 0.9.4

parent 45584b3e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -70,13 +70,13 @@ let
in
  stdenv.mkDerivation rec {
    pname = "neovim-unwrapped";
    version = "0.9.2";
    version = "0.9.4";

    src = fetchFromGitHub {
      owner = "neovim";
      repo = "neovim";
      rev = "v${version}";
      hash = "sha256-kKstlq1BzoBAy+gy9iL1auRViJ223cVpAt5X7pUWT1U=";
      hash = "sha256-Lyo98cAs7Zhx23N4s4f3zpWFKYJMmXleWpt3wiVDQZo=";
    };

    patches = [