hayagriva: 0.4.0 -> 0.5.0

Diff: https://diff.rs/hayagriva/0.4.0/0.5.0

Changelog: https://github.com/typst/hayagriva/releases/tag/v0.5.0
This commit is contained in:
figsoda 2023-11-28 20:39:51 -05:00
parent e1c3c25266
commit e50c7145e5

View file

@ -5,20 +5,21 @@
rustPlatform.buildRustPackage rec {
pname = "hayagriva";
version = "0.4.0";
version = "0.5.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-d4T+GF0bdMjpjwcN56yYpEw4aZCvJ19P1cbPuVhFR0A=";
hash = "sha256-oUIMtyQoOqn3C8XOSLFHso76GOHB54ZoLBSDWaDcqdE=";
};
cargoHash = "sha256-mRKvCnW4XVXYzOKQ5rASwiwpLdqpEgGlq8W4gB7hHco=";
cargoHash = "sha256-l1iFF44qTaBu2QDxkTLZTo+R32OTu5za1qdXtq43IM8=";
buildFeatures = [ "cli" ];
checkFlags = [
# requires internet access
"--skip=try_archive"
"--skip=always_archive"
# requires a separate large repository
"--skip=csl::tests::test_csl"