about summary refs log tree commit diff
path: root/pkgs/development/tools/typos
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-06-26 10:11:54 -0400
committerfigsoda <figsoda@pm.me>2023-06-26 10:11:54 -0400
commitf06c6f75232bef6535f608900c8c05c10a52ba18 (patch)
treea561bb00d9da30eae026ed3aa02c06dced77d95c /pkgs/development/tools/typos
parentc520a82a75e4751875c5f59c671529a149d40f9b (diff)
typos: 1.15.5 -> 1.15.6
Diff: https://github.com/crate-ci/typos/compare/v1.15.5...v1.15.6

Changelog: https://github.com/crate-ci/typos/blob/v1.15.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 5e196e4c307a7..8218a1d591740 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.15.5";
+  version = "1.15.6";
 
   src = fetchFromGitHub {
     owner = "crate-ci";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-5QrUB7p78HmwTUagYKNbFxndUKdeGd51gpqIO1O/8H4=";
+    hash = "sha256-J78EJi2PXa3a83gP05b+ufDyq+BT9e1h7E/QiYs5mls=";
   };
 
-  cargoHash = "sha256-ZNWG3eKnT2LFywIQO1iLIhaUKrINdwbCsSbC55wFrF4=";
+  cargoHash = "sha256-9WUzWWwZHC9OPw18Xi3krkIfNH/gdB6VPhrL80RLCvk=";
 
   meta = with lib; {
     description = "Source code spell checker";