typstyle: 0.11.5 -> 0.11.8

This commit is contained in:
Pol Dellaiera 2024-03-31 19:14:41 +02:00
parent 35a3c22cf0
commit 3567be999c
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA
2 changed files with 4402 additions and 3 deletions

4389
pkgs/by-name/ty/typstyle/Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -10,16 +10,21 @@
rustPlatform.buildRustPackage rec {
pname = "typstyle";
version = "0.11.5";
version = "0.11.8";
src = fetchFromGitHub {
owner = "Enter-tainer";
repo = "typstyle";
rev = "v${version}";
hash = "sha256-jAsKktTgvmZ4NKr1QpJPYjI2HRSw8CPBfJTETVyiRhg=";
hash = "sha256-N3dGoLGq9UxTgupowPDE6t2xK6csAPEIcI8zZ1y3gvs=";
};
cargoHash = "sha256-oLJWgF5byM3sY3Bs/wpSrBqjNg4sHDF3RIsWZBiguGI=";
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"typst-syntax-0.11.0" = "sha256-BezpRq5O89gLbpRtte539vlJ4G5yJ6VPJ8AaC7rQNc0=";
};
};
nativeBuildInputs = [
pkg-config
@ -35,6 +40,11 @@ rustPlatform.buildRustPackage rec {
darwin.apple_sdk.frameworks.SystemConfiguration
];
# Disabling tests requiring network access
checkFlags = [
"--skip=e2e"
];
meta = {
changelog = "https://github.com/Enter-tainer/typstyle/blob/${src.rev}/CHANGELOG.md";
description = "Format your typst source code";