Merge pull request #301887 from Enter-tainer/mgt/typstyle-0.11.11

typstyle: 0.11.8 -> 0.11.11
This commit is contained in:
Pol Dellaiera 2024-04-05 19:55:02 +02:00 committed by GitHub
commit c67ab4eed2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -3649,7 +3649,7 @@ dependencies = [
[[package]]
name = "typstyle"
version = "0.11.8"
version = "0.11.11"
dependencies = [
"anyhow",
"clap",

View file

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "typstyle";
version = "0.11.8";
version = "0.11.11";
src = fetchFromGitHub {
owner = "Enter-tainer";
repo = "typstyle";
rev = "v${version}";
hash = "sha256-N3dGoLGq9UxTgupowPDE6t2xK6csAPEIcI8zZ1y3gvs=";
hash = "sha256-Ov+kgKTOSD3KjHV6Rcn65+7wvh3FKRs4mqVFTmJYEp0=";
};
cargoLock = {