Skip to content

Commit 0c12ac3

Browse files
authored
typos-lsp: 0.1.34 -> 0.1.35 (#387626)
2 parents 8caa531 + 415f432 commit 0c12ac3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pkgs/applications/editors/vscode/extensions/tekumara.typos-vscode/default.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ let
1313
{
1414
x86_64-linux = {
1515
arch = "linux-x64";
16-
hash = "sha256-NdVSQQ5OeBPGSLbynUArNbfm+a2HCc/gwJMKfEDgzDM=";
16+
hash = "sha256-M3m3fFsz/LPSmghyKVuLVcMgxtUf3iNvHDLjOptfs6I=";
1717
};
1818
aarch64-linux = {
1919
arch = "linux-arm64";
20-
hash = "sha256-4FjA3mUz+DVBiMUJAlGkUbpDtZuDYuUHPWA4QUiqd5w=";
20+
hash = "sha256-S3mMOtXYdVp5P8aKlzWyehVKCz7EjcNjYJqgSsNIS3g=";
2121
};
2222
x86_64-darwin = {
2323
arch = "darwin-x64";
24-
hash = "sha256-aexe9hrUxb3ZnrgJrvEXu2PZPmxOGdkk9exrfDaXA7s=";
24+
hash = "sha256-lIUM5W+lKL7OgcJVWJTJYsZNqpZ3MhSk7YnKsfWDX4U=";
2525
};
2626
aarch64-darwin = {
2727
arch = "darwin-arm64";
28-
hash = "sha256-ijmKU+eU3R3mxeFxFr5AtVwGYVBuYWecD8W+0gHzP5w=";
28+
hash = "sha256-Lc2W1SNdn1rcxeKgv1YzKRr+DPN39C1J6O1KZBeELWc=";
2929
};
3030
}
3131
.${system} or (throw "Unsupported system: ${system}");
@@ -37,7 +37,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
3737
# Please update the corresponding binary (typos-lsp)
3838
# when updating this extension.
3939
# See pkgs/by-name/ty/typos-lsp/package.nix
40-
version = "0.1.26";
40+
version = "0.1.35";
4141
inherit (extInfo) hash arch;
4242
};
4343

pkgs/by-name/ty/typos-lsp/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ rustPlatform.buildRustPackage rec {
66
pname = "typos-lsp";
77
# Please update the corresponding VSCode extension too.
88
# See pkgs/applications/editors/vscode/extensions/tekumara.typos-vscode/default.nix
9-
version = "0.1.34";
9+
version = "0.1.35";
1010

1111
src = fetchFromGitHub {
1212
owner = "tekumara";
1313
repo = "typos-lsp";
1414
tag = "v${version}";
15-
hash = "sha256-WqICNpheCJJAmmbj5QIejFeUIW/7ghrhQRP73PLLMJ4=";
15+
hash = "sha256-5B4xWYJJ2KQLxzRQf0EKakGuB0LLOg023AIt8G3uAew=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-tmBRUoBsNQlJY0JYtDknD5xeeFnokTE9cnHzktMIiBU=";
19+
cargoHash = "sha256-Es/CdtyRtBghAeRoi5WrS0sdkm5flRlp3KXLs/nJ6UU=";
2020

2121
# fix for compilation on aarch64
2222
# see https://github.com/NixOS/nixpkgs/issues/145726

0 commit comments

Comments
 (0)