Unverified Commit 0099589e authored by Adam C. Stephens's avatar Adam C. Stephens
Browse files

neovim[-unwrapped]: 0.11.4 -> 0.11.5

parent 85707117
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ stdenv.mkDerivation (
  in
  {
    pname = "neovim-unwrapped";
    version = "0.11.4";
    version = "0.11.5";

    __structuredAttrs = true;

@@ -103,7 +103,7 @@ stdenv.mkDerivation (
      owner = "neovim";
      repo = "neovim";
      tag = "v${finalAttrs.version}";
      hash = "sha256-IpMHxIDpldg4FXiXPEY2E51DfO/Z5XieKdtesLna9Xw=";
      hash = "sha256-OsvLB9kynCbQ8PDQ2VQ+L56iy7pZ0ZP69J2cEG8Ad8A=";
    };

    patches = [