lol

typos-lsp: 0.1.37 -> 0.1.38 (#413596)

authored by

Nick Cao and committed by
GitHub
92abbdd5 b8729c29

+3 -3
+3 -3
pkgs/by-name/ty/typos-lsp/package.nix
··· 7 7 pname = "typos-lsp"; 8 8 # Please update the corresponding VSCode extension too. 9 9 # See pkgs/applications/editors/vscode/extensions/tekumara.typos-vscode/default.nix 10 - version = "0.1.37"; 10 + version = "0.1.38"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "tekumara"; 14 14 repo = "typos-lsp"; 15 15 tag = "v${version}"; 16 - hash = "sha256-+G4jOoC8AdCE5tEb7qN8cord/pe8Qsa/U1YpL0fWSeo="; 16 + hash = "sha256-WzQh+XGROekMzjnR292REI0S1hhaxSHYNWbtwPHy/tA="; 17 17 }; 18 18 19 19 useFetchCargoVendor = true; 20 - cargoHash = "sha256-D3XmCPQYBbr5OwY62xigtYnHATSePZQnkGoUZWqGMR8="; 20 + cargoHash = "sha256-TDcf8AyvpgpVUC5Pw2y+N6ZBhnimrpt39appwZAE8T0="; 21 21 22 22 # fix for compilation on aarch64 23 23 # see https://github.com/NixOS/nixpkgs/issues/145726