typstyle: 0.13.13 -> 0.13.14 (#424365)
This commit is contained in:
commit
d8954dfb22
@ -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 = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user