about summary refs log tree commit diff
path: root/pkgs/development/tools/typos
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-06-21 15:58:03 -0400
committerfigsoda <figsoda@pm.me>2023-06-21 15:58:03 -0400
commit8666aabb278f69aa3e95a8687045a692f0455b3c (patch)
treebee6dc819a095558da81fa958ee630279e69f649 /pkgs/development/tools/typos
parentf7549bd89e02d3a3be4ed330aa65dd5310240327 (diff)
typos: 1.15.2 -> 1.15.3
Diff: https://github.com/crate-ci/typos/compare/v1.15.2...v1.15.3

Changelog: https://github.com/crate-ci/typos/blob/v1.15.3/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 2fd151dc3321d..33b0c7d9dab94 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.2";
+  version = "1.15.3";
 
   src = fetchFromGitHub {
     owner = "crate-ci";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-O7sv8tVBzqpPN7u1Ug/f5CfDAlI9k9wuaEzc+dmCsRM=";
+    hash = "sha256-zT8+teKDnjvgJNVMpK5b0c6EH1BugVgl0QGVidpxoso=";
   };
 
-  cargoHash = "sha256-JFbMmRIG0AwwpHvoVSym+14TUOISyrJZoTaZz7rT66w=";
+  cargoHash = "sha256-2AZSJSAjxdUrt9W3xOVNOWhjJrbuvAw0/aO9YWmNDJA=";
 
   meta = with lib; {
     description = "Source code spell checker";