Commit 4b195370 authored by Mrmaxmeier's avatar Mrmaxmeier
Browse files

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

parent 9601d26f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;