Skip to content

Commit

Permalink
vimPlugins.cord-nvim: 2024-07-19 -> 2024-09-25
Browse files Browse the repository at this point in the history
  • Loading branch information
redyf committed Sep 25, 2024
1 parent 71b0f86 commit e69b527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ in

cord-nvim =
let
version = "2024-07-19";
version = "2024-09-25";
src = fetchFromGitHub {
owner = "vyfor";
repo = "cord.nvim";
Expand All @@ -602,7 +602,7 @@ in
pname = "cord.nvim-rust";
inherit version src;

cargoHash = "sha256-6FYf4pHEPxvhKHHPmkjQ40zPxaiypnpDxF8kNH+h+tg=";
cargoHash = "sha256-sRqzgzvhyhLYp8I1E1RGelCRxEFWrhFeW8vtdgYZr6c=";

installPhase = let
cargoTarget = stdenv.hostPlatform.rust.cargoShortTarget;
Expand Down

0 comments on commit e69b527

Please sign in to comment.