Unverified Commit 0890ec88 authored by éclairevoyant's avatar éclairevoyant Committed by GitHub
Browse files

Merge pull request #329435 from Mrmaxmeier/staging-next-cargosha256

[staging-next] avoid borg evaluation warning "cargoSha256 is deprecated"
parents d284ef37 4b195370
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;
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
    sha256 = "sha256-FTgbbiDlHXGjkv3a2TAxjAqdClWkuteyUrtjQ8fMSIs=";
  };

  cargoSha256 = "sha256-hXlRkqcMHFEAnm883Q8sR8gcEbSNMutoJQsMW2M5wOY=";
  cargoHash = "sha256-hXlRkqcMHFEAnm883Q8sR8gcEbSNMutoJQsMW2M5wOY=";

  meta = with lib; {
    description = "Create SVGs from terminal output";