Merge pull request #270401 from drupol/bump/typst-preview-0.9.2

typst-preview: 0.9.1 -> 0.9.2
This commit is contained in:
Pol Dellaiera 2023-11-28 04:02:42 +01:00 committed by GitHub
commit 6620eab212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

@ -2312,8 +2312,8 @@ let
mktplcRef = { mktplcRef = {
name = "typst-preview"; name = "typst-preview";
publisher = "mgt19937"; publisher = "mgt19937";
version = "0.9.1"; version = "0.9.2";
sha256 = "sha256-GHD/i+QOnItGEYG0bl/pVl+a4Dvn7SHhICJ14VfqMjE="; sha256 = "sha256-/2ZD5LOQ1vTIKab2qX+5AqNqaRs90MNz1jUMDaV1wUY=";
}; };
buildInputs = [ buildInputs = [

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

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