typstyle: 0.11.5 -> 0.11.8

This commit is contained in:
Pol Dellaiera
2024-04-01 09:59:54 +02:00
parent 35a3c22cf0
commit 3567be999c
2 changed files with 4402 additions and 3 deletions
+4389
View File
File diff suppressed because it is too large Load Diff
+13 -3
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";