Merge pull request #297865 from r-ryantm/auto-update/typst-preview

typst-preview: 0.11.1 -> 0.11.2

authored by Nick Cao and committed by GitHub 4013c401 e5658a46

+3 -3
+3 -3
pkgs/by-name/ty/typst-preview/package.nix
··· 14 14 let 15 15 # Keep the vscode "mgt19937.typst-preview" extension in sync when updating 16 16 # this package at pkgs/applications/editors/vscode/extensions/default.nix 17 - version = "0.11.1"; 17 + version = "0.11.2"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "Enter-tainer"; 21 21 repo = "typst-preview"; 22 22 rev = "v${version}"; 23 - hash = "sha256-zjdcCxLVehUUCfkg1AsK/JDqwQ4QQe053gXl8cbK5MQ="; 23 + hash = "sha256-etFP1CuRSE6Sy19+dlF6FUQhuqJrJ53v7LZFrTyA+q0="; 24 24 fetchSubmodules = true; 25 25 26 26 postFetch = '' ··· 92 92 pname = "typst-preview"; 93 93 inherit version src; 94 94 95 - cargoHash = "sha256-FGy/U8sOJ/zsP15Uu4bWePlr4Hw7lZVQA7F7+Y8WbiE="; 95 + cargoHash = "sha256-f9oTeUMbXjkCHLsiMng9gME9QGRWgBi1WAwoeBCeT6I="; 96 96 97 97 nativeBuildInputs = [ 98 98 pkg-config