about summary refs log tree commit diff
path: root/pkgs/development/tools/typos
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-09-06 16:56:19 -0400
committerfigsoda <figsoda@pm.me>2023-09-06 16:56:19 -0400
commita58d770d4df83054cfaa4c33290a2dacb7b5f675 (patch)
treee53a5906a203c37c44543016edb16f4071e0ebcb /pkgs/development/tools/typos
parentd24abecdaf65e077ef2999cd1181c7fe6baeca1e (diff)
typos: 1.16.10 -> 1.16.11
Diff: https://github.com/crate-ci/typos/compare/v1.16.10...v1.16.11

Changelog: https://github.com/crate-ci/typos/blob/v1.16.11/CHANGELOG.md
Diffstat (limited to 'pkgs/development/tools/typos')
-rw-r--r--pkgs/development/tools/typos/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/typos/default.nix b/pkgs/development/tools/typos/default.nix
index e3ba7702f63fd..9508f5daf1346 100644
--- a/pkgs/development/tools/typos/default.nix
+++ b/pkgs/development/tools/typos/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "typos";
-  version = "1.16.10";
+  version = "1.16.11";
 
   src = fetchFromGitHub {
     owner = "crate-ci";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-YFHy7oD0phUJTKFPnRLm5S3p4tE9MEHe3HnhuyyIwIc=";
+    hash = "sha256-6CinLQ3wdVG1Ry7nskbC4JlhwT9rlJiP1oc4ks1t7Ts=";
   };
 
-  cargoHash = "sha256-oQ1yMhHwcMHk7+nj4eqL3Ws0buyh9cGXVdNe4zNX9OI=";
+  cargoHash = "sha256-S7cMbnelsUfP8t93jqv0PY50fN/XtkphKhiKfe2fE/c=";
 
   meta = with lib; {
     description = "Source code spell checker";