about summary refs log tree commit diff
path: root/pkgs/development/tools/typos
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-01 14:08:26 -0400
committerfigsoda <figsoda@pm.me>2023-08-01 14:08:26 -0400
commit0aa50f25b199f985097e852bfc6d9230aea39b87 (patch)
tree9ee0ae804ba9acc111c0521df0806a93cc44f4fc /pkgs/development/tools/typos
parent82b98eb23fbdc46226bd3cc0b9632a31361d2090 (diff)
typos: 1.16.1 -> 1.16.2
Diff: https://github.com/crate-ci/typos/compare/v1.16.1...v1.16.2

Changelog: https://github.com/crate-ci/typos/blob/v1.16.2/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 9ab8a36b742d6..79c8205c3bfcd 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.1";
+  version = "1.16.2";
 
   src = fetchFromGitHub {
     owner = "crate-ci";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-Hs/fvsQCp3QrkqjYYE5oLYfhuJyvyMKXa/EGDmFL254=";
+    hash = "sha256-1s9wN72QnlvtcB8W26Mw4uC8c6/txUfv6QBpqcWzYZQ=";
   };
 
-  cargoHash = "sha256-SgZK8U1j5dNhjueFriVL3Zb4YrnznaqOoEfDZjAKCmE=";
+  cargoHash = "sha256-0bzW34QuD0OJLXDzrVRPzVTyCZHWiQZh6MUP5Wix+Tg=";
 
   meta = with lib; {
     description = "Source code spell checker";