Unverified Commit 41dd3921 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

vimPlugins.codediff-nvim: 2.9.1 -> 2.9.3 (#479571)

parents 285b6b70 ee94599c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
vimUtils.buildVimPlugin rec {
  pname = "codediff.nvim";
  version = "2.9.1";
  version = "2.9.3";

  src = fetchFromGitHub {
    owner = "esmuellert";
    repo = "codediff.nvim";
    tag = "v${version}";
    hash = "sha256-xIm3/Dxn77rRtUwaKE+3xed8Yyrfnte/aroRcgqiuXM=";
    hash = "sha256-hHBAGDWtw56gk1kWUtU9QEP2QqIATmPNeJ2lPD8dWIc=";
  };

  dependencies = [ vimPlugins.nui-nvim ];
@@ -31,7 +31,7 @@ vimUtils.buildVimPlugin rec {

  meta = {
    description = "VSCode-style side-by-side diff rendering with two-tier highlighting (line + character level)";
    homepage = "https://github.com/esmuellert/vscode-diff.nvim/";
    homepage = "https://github.com/esmuellert/codediff.nvim/";
    license = lib.licenses.mit;
    platforms = lib.platforms.all;
  };