typos-lsp: 0.1.41 -> 0.1.43 (#443080)

authored by Wolfgang Walther and committed by GitHub 441bcb77 d489d225

+3 -3
+3 -3
pkgs/by-name/ty/typos-lsp/package.nix
··· 7 pname = "typos-lsp"; 8 # Please update the corresponding VSCode extension too. 9 # See pkgs/applications/editors/vscode/extensions/tekumara.typos-vscode/default.nix 10 - version = "0.1.41"; 11 12 src = fetchFromGitHub { 13 owner = "tekumara"; 14 repo = "typos-lsp"; 15 tag = "v${version}"; 16 - hash = "sha256-DJnq0PtRGYRgC0JhR8myeIddBTAvP+Ey3+qEZi75EmQ="; 17 }; 18 19 - cargoHash = "sha256-OSTPVLVLl3LaijEorcSSscOMiDfgIGRXSvaFMKJ+hq0="; 20 21 # fix for compilation on aarch64 22 # see https://github.com/NixOS/nixpkgs/issues/145726
··· 7 pname = "typos-lsp"; 8 # Please update the corresponding VSCode extension too. 9 # See pkgs/applications/editors/vscode/extensions/tekumara.typos-vscode/default.nix 10 + version = "0.1.43"; 11 12 src = fetchFromGitHub { 13 owner = "tekumara"; 14 repo = "typos-lsp"; 15 tag = "v${version}"; 16 + hash = "sha256-n1OIKCfZDUaabjlJt3yNHp434M+xTUqN5+oxLBQEvLo="; 17 }; 18 19 + cargoHash = "sha256-G0prgRV7vSkLjZYyS5dpGw0Kt9HQNHHGG0pqdDv5rdI="; 20 21 # fix for compilation on aarch64 22 # see https://github.com/NixOS/nixpkgs/issues/145726