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

svg2pdf: 0.9.1 -> 0.10.0
This commit is contained in:
Doron Behar 2024-03-07 23:29:02 +02:00 committed by GitHub
commit 6f6e5b32d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "svg2pdf";
version = "0.9.1";
version = "0.10.0";
src = fetchFromGitHub {
owner = "typst";
repo = "svg2pdf";
rev = "v${version}";
hash = "sha256-mWj9zWxqcJ+5VFYSaeNLxClWdOGd34JboZBwT8E75Ew=";
hash = "sha256-4gCEm/E7lzd6pLyJnEEswtpZ45cCxAaHMxOWMY0I2Y8=";
};
cargoHash = "sha256-zP448dFnkoPca/GJA2kT5ht1fVGkWN0XdaKEePJaloQ=";
cargoHash = "sha256-PBnOGXV9Q9BMxhzx/xs2hXsy0wzcCvrspee6M4WxqX0=";
cargoBuildFlags = [
"-p=svg2pdf-cli"