Skip to content

Commit 157cc76

Browse files
typos-lsp: 0.1.30 -> 0.1.31 (NixOS#363312)
2 parents 493a01f + 4a2da20 commit 157cc76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ 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.30";
9+
version = "0.1.31";
1010

1111
src = fetchFromGitHub {
1212
owner = "tekumara";
1313
repo = "typos-lsp";
1414
rev = "refs/tags/v${version}";
15-
hash = "sha256-MnN7cMbvQef3UEQzsrH6i0O+f1nnfHJVI8O8NmBUpuo=";
15+
hash = "sha256-rr6ZleJa6ECzFNHtqh08YyQAbHvRtYdjzh1uFPPZ3sU=";
1616
};
1717

18-
cargoHash = "sha256-F9e6GLWcZNJZo2kc8f2o1tCvv0JeAJnmltAuSTqQKwY=";
18+
cargoHash = "sha256-PgvD2RWGXa7A9NNX0oYQtQ3Bq9yAe+XyRiORVsICJWg=";
1919

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

0 commit comments

Comments
 (0)