We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975ebd1 commit ad53fe2Copy full SHA for ad53fe2
pkgs/by-name/ty/typst/package.nix
@@ -12,19 +12,17 @@
12
13
rustPlatform.buildRustPackage rec {
14
pname = "typst";
15
- version = "0.12.0";
+ version = "0.13.0";
16
17
src = fetchFromGitHub {
18
owner = "typst";
19
repo = "typst";
20
tag = "v${version}";
21
- hash = "sha256-OfTMJ7ylVOJjL295W3Flj2upTiUQXmfkyDFSE1v8+a4=";
+ hash = "sha256-3YLdHwDgQDQyW4R3BpZAEL49BBpgigev/5lbnhDIFgI=";
22
};
23
24
- cargoDeps = rustPlatform.fetchCargoVendor {
25
- inherit pname version src;
26
- hash = "sha256-dphMJ1KkZARSntvyEayAtlYw8lL39K7Iw0X4n8nz3z8=";
27
- };
+ useFetchCargoVendor = true;
+ cargoHash = "sha256-ey5pFGLgj17+RZGjpLOeN7Weh29jJyvuRrJ8wsIlC58=";
28
29
nativeBuildInputs = [
30
installShellFiles
0 commit comments