Unverified Commit 8784c216 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

neovim-unwrapped: 0.10.3 -> 0.10.4 (#377726)

parents 1eebcc7c 5eeeafe5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ stdenv.mkDerivation (
  in
  {
    pname = "neovim-unwrapped";
    version = "0.10.3";
    version = "0.10.4";

    __structuredAttrs = true;

@@ -104,7 +104,7 @@ stdenv.mkDerivation (
      owner = "neovim";
      repo = "neovim";
      tag = "v${finalAttrs.version}";
      hash = "sha256-nmnEyHE/HcrwK+CyJHNoLG0BqjnWleiBy0UYcJL7Ecc=";
      hash = "sha256-TAuoa5GD50XB4OCHkSwP1oXfedzVrCBRutNxBp/zGLY=";
    };

    patches = [