vimPlugins.cord-nvim: migrate from deprecated cargoSha256 to cargoHash

This commit is contained in:
Mrmaxmeier
2024-07-23 17:33:13 +02:00
parent 9601d26f9e
commit 4b195370ab
@@ -563,7 +563,7 @@
pname = "cord.nvim-rust";
inherit version src;
cargoSha256 = "sha256-6FYf4pHEPxvhKHHPmkjQ40zPxaiypnpDxF8kNH+h+tg=";
cargoHash = "sha256-6FYf4pHEPxvhKHHPmkjQ40zPxaiypnpDxF8kNH+h+tg=";
installPhase = let
cargoTarget = stdenv.hostPlatform.rust.cargoShortTarget;