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

[staging-next] avoid borg evaluation warning "cargoSha256 is deprecated"
This commit is contained in:
éclairevoyant
2024-07-23 16:01:51 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -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
View File
@@ -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";