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:
commit
6620eab212
3 changed files with 5 additions and 5 deletions
|
@ -2312,8 +2312,8 @@ let
|
|||
mktplcRef = {
|
||||
name = "typst-preview";
|
||||
publisher = "mgt19937";
|
||||
version = "0.9.1";
|
||||
sha256 = "sha256-GHD/i+QOnItGEYG0bl/pVl+a4Dvn7SHhICJ14VfqMjE=";
|
||||
version = "0.9.2";
|
||||
sha256 = "sha256-/2ZD5LOQ1vTIKab2qX+5AqNqaRs90MNz1jUMDaV1wUY=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
2
pkgs/by-name/ty/typst-preview/Cargo.lock
generated
2
pkgs/by-name/ty/typst-preview/Cargo.lock
generated
|
@ -3390,7 +3390,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "typst-preview"
|
||||
version = "0.9.1"
|
||||
version = "0.9.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue