about summary refs log tree commit diff
path: root/pkgs/development/tools/typos
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-18 17:56:36 -0400
committerfigsoda <figsoda@pm.me>2023-08-18 17:56:36 -0400
commitaa25b89e64de1c5c6d896e3559e374d0421099f7 (patch)
treea33bf030222aba5a40b94e14cccee6ccbaf394ec /pkgs/development/tools/typos
parent6bdf417578919d9d1ce7592b6cf5afa0a8237500 (diff)
typos: 1.16.5 -> 1.16.6
Diff: https://github.com/crate-ci/typos/compare/v1.16.5...v1.16.6

Changelog: https://github.com/crate-ci/typos/blob/v1.16.6/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 3904d45a71914..d931775dc5821 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.5";
+  version = "1.16.6";
 
   src = fetchFromGitHub {
     owner = "crate-ci";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-KRu9hbMwfLug827r0OnrRQIiF0y6Qq6Llb5F1rwQdt4=";
+    hash = "sha256-ZpOIKruxv22e/kMUfU8hY7jJjCadLSo7UEGn+Akx13c=";
   };
 
-  cargoHash = "sha256-oBl8FTgxTK8czIExMsAHgJyHsfEzyoDRiAhH9R5tHKw=";
+  cargoHash = "sha256-OlblTYN1gG/Lt+ZKB7kEQsxX1WnfC1zuT/nfOVG6eqU=";
 
   meta = with lib; {
     description = "Source code spell checker";