typst-preview: 0.9.1 -> 0.9.2

This commit is contained in:
Pol Dellaiera 2023-11-27 12:32:30 +01:00
parent 22c3c8ce24
commit d3b6b9e08b
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA
2 changed files with 3 additions and 3 deletions

View File

@ -3390,7 +3390,7 @@ dependencies = [
[[package]]
name = "typst-preview"
version = "0.9.1"
version = "0.9.2"
dependencies = [
"anyhow",
"chrono",

View File

@ -14,13 +14,13 @@
let
# Keep the vscode "mgt19937.typst-preview" extension in sync when updating
# this package at pkgs/applications/editors/vscode/extensions/default.nix
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "Enter-tainer";
repo = "typst-preview";
rev = "v${version}";
hash = "sha256-VmUcnmTe5Ngcje0SSpOY13HUIfdxBMg8KwvZ1wupCqc=";
hash = "sha256-P11Nkn9Md5xsB9Z7v9O+CRvP18vPEC0Y973Or7i0y/4=";
};
frontendSrc = "${src}/addons/frontend";