vscode-extensions.nvarner.typst-lsp: fix hash

Introduced in #273141
This commit is contained in:
Pol Dellaiera 2023-12-10 17:54:58 +01:00
parent e8f1aa89c4
commit da0bb5f6cf
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -2750,7 +2750,7 @@ let
# Please update the corresponding binary (typst-lsp) when updating
# this extension.
version = "0.12.0";
sha256 = "sha256-5DwpgDstKJXo9jEWORXKr3B6Hnd/YOktiaJL2RFWCSA=";
sha256 = "sha256-9v6zJyeUBj0TOpK2otLqZ0ksjmzExKTJYRF+9akvuuo=";
};
nativeBuildInputs = [ jq moreutils ];