Skip to content

Commit

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

cord-nvim =
let
version = "2024-07-19";
version = "unstable-2024-09-26";
src = fetchFromGitHub {
owner = "vyfor";
repo = "cord.nvim";
rev = "cd97c25320fb0a672b11bcd95d8332bb3088ecce";
hash = "sha256-66NtKteM1mvHP5wAU4e9JbsF+bq91lmCDcTh/6RPhoo=";
rev = "a26b00d58c42174aadf975917b49cec67650545f";
hash = "sha256-jUxBvWnj0+axuw2SZ2zLzlhZS0tu+Bk8+wHtXENofkw=";
};
extension = if stdenv.isDarwin then "dylib" else "so";
rustPackage = rustPlatform.buildRustPackage {
pname = "cord.nvim-rust";
inherit version src;

cargoHash = "sha256-6FYf4pHEPxvhKHHPmkjQ40zPxaiypnpDxF8kNH+h+tg=";
cargoHash = "sha256-YlTmkyEo1ZsBd3fMMFpkWWfWt7CfUP1BI2G/G5UtUwg=";

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

0 comments on commit abe66a0

Please sign in to comment.