Commit a4f79df5 authored by Gaetan Lepage's avatar Gaetan Lepage Committed by Gaétan Lepage
Browse files
parent f207b543
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -66,15 +66,15 @@ stdenv.mkDerivation (finalAttrs:

in {
    pname = "neovim-unwrapped";
    version = "0.10.1";
    version = "0.10.2";

    __structuredAttrs = true;

    src = fetchFromGitHub {
      owner = "neovim";
      repo = "neovim";
      rev = "v${finalAttrs.version}";
      hash = "sha256-OsHIacgorYnB/dPbzl1b6rYUzQdhTtsJYLsFLJxregk=";
      rev = "refs/tags/v${finalAttrs.version}";
      hash = "sha256-+qjjelYMB3MyjaESfCaGoeBURUzSVh/50uxUqStxIfY=";
    };

    patches = [