typstfmt: unstable-2023-08-06 -> unstable-2023-08-15
Diff: 825d328a59...0e5cf2769e
This commit is contained in:
parent
fe19e3c3b1
commit
352ec7d714
2 changed files with 6 additions and 6 deletions
4
pkgs/tools/typesetting/typstfmt/Cargo.lock
generated
4
pkgs/tools/typesetting/typstfmt/Cargo.lock
generated
|
@ -488,8 +488,8 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "typst-syntax"
|
||||
version = "0.6.0"
|
||||
source = "git+https://github.com/typst/typst.git#f39bfa476222aa92a590d65f7c2d58612f24eef2"
|
||||
version = "0.7.0"
|
||||
source = "git+https://github.com/typst/typst.git?tag=v0.7.0#da8367e189b02918a8fe1a98fd3059fd11a82cd9"
|
||||
dependencies = [
|
||||
"comemo",
|
||||
"ecow",
|
||||
|
|
|
@ -2,19 +2,19 @@
|
|||
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "typstfmt";
|
||||
version = "unstable-2023-08-06";
|
||||
version = "unstable-2023-08-15";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "astrale-sharp";
|
||||
repo = "typstfmt";
|
||||
rev = "825d328a593451f0cae36aa4a3d23ee8ed95f6aa";
|
||||
hash = "sha256-NRVczIIRKPztrIE6KqohMN4i5S8ywa0eXHiqsvemKU0=";
|
||||
rev = "0e5cf2769ef46ca8f6627c688cb8f848ee279a88";
|
||||
hash = "sha256-xdmEixbINjVjXlGwdBqDPcd4YHcT/WeswlRNEwpnfx4=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
outputHashes = {
|
||||
"typst-syntax-0.6.0" = "sha256-oAn783W7P8zY8gqPyy/w1goW/tdLJgf0qm2qAEJ9Vto=";
|
||||
"typst-syntax-0.7.0" = "sha256-yrtOmlFAKOqAmhCP7n0HQCOQpU3DWyms5foCdUb9QTg=";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue