typos-lsp: 0.1.39 -> 0.1.40 (#422017)

authored by

Pol Dellaiera and committed by
GitHub
e021d0bb a04f9499

+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.39"; 11 12 src = fetchFromGitHub { 13 owner = "tekumara"; 14 repo = "typos-lsp"; 15 tag = "v${version}"; 16 - hash = "sha256-GMU7xWVwHleBbtCVjKWzpOvAl8JcObX/phpTphP7N5I="; 17 }; 18 19 useFetchCargoVendor = true; 20 - cargoHash = "sha256-7BN+K14M4dzKP89ATA/zK1QfJxnEFD1j7kwBvvWrHQw="; 21 22 # fix for compilation on aarch64 23 # 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.40"; 11 12 src = fetchFromGitHub { 13 owner = "tekumara"; 14 repo = "typos-lsp"; 15 tag = "v${version}"; 16 + hash = "sha256-O8TikrjFpmZ7PX7KmnErMW3OE6BoAlSAeZGD9qOEfog="; 17 }; 18 19 useFetchCargoVendor = true; 20 + cargoHash = "sha256-V6uYmnsbWuQc002hdDfc/B1mzrS7xu0xcR/6m2oxyMU="; 21 22 # fix for compilation on aarch64 23 # see https://github.com/NixOS/nixpkgs/issues/145726