about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-11 21:38:45 -0400
committerfigsoda <figsoda@pm.me>2023-08-11 21:38:45 -0400
commitec9c86cf599bf5caf6c05114bd4693555c64cdb1 (patch)
treea6260c8098ae0fda3686f6b5a32625df3b78e7b1 /pkgs/development
parent63b4872ef625dec9c1fc6d38c98c84f733cf8181 (diff)
typos: 1.16.3 -> 1.16.4
Diff: https://github.com/crate-ci/typos/compare/v1.16.3...v1.16.4

Changelog: https://github.com/crate-ci/typos/blob/v1.16.4/CHANGELOG.md
Diffstat (limited to 'pkgs/development')
-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 4c9c694d541e4..57b23899155ee 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.3";
+  version = "1.16.4";
 
   src = fetchFromGitHub {
     owner = "crate-ci";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-64cVDW5sScQCpBsP/dyHbWppYuGRQwXloRsMHFKT4yw=";
+    hash = "sha256-/LEE+54ppv/jkUgpuMReorQA9D4KAuPG04E8lIk7upA=";
   };
 
-  cargoHash = "sha256-Sad28iwsCpZPo/V6DlLA+pjq0T3yv8fRHXDCnRfFzPg=";
+  cargoHash = "sha256-hvFDmtNweTXQEgu5ng/lBVu7OPnA8hA8h6HFvGxCJIE=";
 
   meta = with lib; {
     description = "Source code spell checker";