figsoda 2023-09-09 10:17:03 -04:00
parent 21eefc0c42
commit df8e739514
2 changed files with 4 additions and 4 deletions

View File

@ -504,7 +504,7 @@ dependencies = [
[[package]]
name = "typstfmt"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"lexopt",
"typstfmt_lib",
@ -512,7 +512,7 @@ dependencies = [
[[package]]
name = "typstfmt_lib"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"globmatch",
"insta",

View File

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "typstfmt";
version = "0.2.1";
version = "0.2.2";
src = fetchFromGitHub {
owner = "astrale-sharp";
repo = "typstfmt";
rev = version;
hash = "sha256-cxiT8QVioZ7cGdkxsa8ampwNBWcdpAu4fO1ijfviHhI=";
hash = "sha256-y6uXWKG3npgxIfZeou7Xs8/zqjIFB4BvciDmAJIXw78=";
};
cargoLock = {