Merge pull request #300511 from drupol/typstyle/bump/0-11-8

typstyle: 0.11.5 -> 0.11.8
This commit is contained in:
Pol Dellaiera 2024-04-01 11:07:40 +02:00 committed by GitHub
commit 3e0b2b88cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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";