typstyle: 0.11.8 -> 0.11.11

This commit is contained in:
mgt 2024-04-06 01:04:54 +08:00
parent 3062a27318
commit 2c153f23fd
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

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

View file

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