Skip to content

Commit 44d1fae

Browse files
authored
typst: 0.12.0 -> 0.13.0 (#383433)
2 parents 770ac9f + ad53fe2 commit 44d1fae

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pkgs/by-name/ty/typst/package.nix

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,17 @@
1212

1313
rustPlatform.buildRustPackage rec {
1414
pname = "typst";
15-
version = "0.12.0";
15+
version = "0.13.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "typst";
1919
repo = "typst";
2020
tag = "v${version}";
21-
hash = "sha256-OfTMJ7ylVOJjL295W3Flj2upTiUQXmfkyDFSE1v8+a4=";
21+
hash = "sha256-3YLdHwDgQDQyW4R3BpZAEL49BBpgigev/5lbnhDIFgI=";
2222
};
2323

24-
cargoDeps = rustPlatform.fetchCargoVendor {
25-
inherit pname version src;
26-
hash = "sha256-dphMJ1KkZARSntvyEayAtlYw8lL39K7Iw0X4n8nz3z8=";
27-
};
24+
useFetchCargoVendor = true;
25+
cargoHash = "sha256-ey5pFGLgj17+RZGjpLOeN7Weh29jJyvuRrJ8wsIlC58=";
2826

2927
nativeBuildInputs = [
3028
installShellFiles

0 commit comments

Comments
 (0)