Merge pull request #238225 from r-ryantm/auto-update/svg2pdf

svg2pdf: 0.4.1 -> 0.5.0
This commit is contained in:
figsoda 2023-06-17 08:37:41 -04:00 committed by GitHub
commit c97e723ce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
rustPlatform.buildRustPackage rec {
pname = "svg2pdf";
version = "0.4.1";
version = "0.5.0";
# This cargo package is usually a library, hence it does not track a
# Cargo.lock by default so we use fetchCrate
src = fetchCrate {
inherit version pname;
sha256 = "sha256-0sjJIHD+x9P7FPLNwTXYcetbU4Ck5K4pFGF5cMI3+rk=";
sha256 = "sha256-4n7aBVjXiVU7O7sOKN5eBrKZNYsKk8eDPdna9o7piJo=";
};
cargoSha256 = "sha256-vjDV604HDwlaxwq5iQbGOKXmLTRgx1oZ824HXBSiouw=";
cargoHash = "sha256-5EEZoYvobbNOknwZWn71EDQSNPmYoegHoZW1Or8Xv2c=";
buildFeatures = [ "cli" ];
doCheck = true;