typstyle: 0.13.13 -> 0.13.14

This commit is contained in:
Sizhe Zhao 2025-07-12 01:39:39 +08:00
parent dbd8150065
commit 57bc18e58e
No known key found for this signature in database
GPG Key ID: ED1807251A7DA08F

View File

@ -8,17 +8,17 @@
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "typstyle"; pname = "typstyle";
version = "0.13.13"; version = "0.13.14";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "typstyle-rs"; owner = "typstyle-rs";
repo = "typstyle"; repo = "typstyle";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-IAKCwKekeFekHBjfdC4pi74SXJzCDFoby3n1Z0Pu5q4="; hash = "sha256-rIbLYV4f+XaEkyIFkJL1Biwg+TnjHi7e9kvIlroiNNA=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-7TkL/bYcTFAPvr4gu5XPxcJdIuwpTyZ6aOEj/YB9F4I="; cargoHash = "sha256-YRsCuGvfSAUz0qsETIUcTKIchdkvleP3xJy0Hz+2BM0=";
# Disabling tests requiring network access # Disabling tests requiring network access
checkFlags = [ checkFlags = [