Unverified Commit 6620eab2 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

typst-preview: 0.9.1 -> 0.9.2
parents 19173a85 d3b6b9e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [
+1 −1
Original line number Diff line number Diff line
@@ -3390,7 +3390,7 @@ dependencies = [

[[package]]
name = "typst-preview"
version = "0.9.1"
version = "0.9.2"
dependencies = [
 "anyhow",
 "chrono",
+2 −2
Original line number Diff line number Diff line
@@ -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";