File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/ty/typos-lsp Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments