about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-12-11 15:02:30 +0100
committerGitHub <noreply@github.com>2023-12-11 15:02:30 +0100
commit7e0c488775f257f58562b370ce7a1f9aff721086 (patch)
tree8f1a2f484d63f6110b1ba235e753ea739af9692e
parent78c754d65ad99c878e93991d4471ea7ed8d868ed (diff)
parent130935a3e33387e32837384aada2cf3739e10926 (diff)
downloadnixlib-7e0c488775f257f58562b370ce7a1f9aff721086.tar
nixlib-7e0c488775f257f58562b370ce7a1f9aff721086.tar.gz
nixlib-7e0c488775f257f58562b370ce7a1f9aff721086.tar.bz2
nixlib-7e0c488775f257f58562b370ce7a1f9aff721086.tar.lz
nixlib-7e0c488775f257f58562b370ce7a1f9aff721086.tar.xz
nixlib-7e0c488775f257f58562b370ce7a1f9aff721086.tar.zst
nixlib-7e0c488775f257f58562b370ce7a1f9aff721086.zip
Merge pull request #273120 from r-ryantm/auto-update/typos
typos: 1.16.23 -> 1.16.24
-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 e11473d09e4c..23fced834b9f 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.23";
+  version = "1.16.24";
 
   src = fetchFromGitHub {
     owner = "crate-ci";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-n/R6/wkFApSOG1QmtJ3YDFsotVrgLIYqopHJAlod2GA=";
+    hash = "sha256-3MClDt1ttTfhD3OLXIt1OUE6JOyKcozEMn9by1WPsPw=";
   };
 
-  cargoHash = "sha256-n+OBj54d3EtxKszAC7A5DUlJeS92RRgpfu9VuW+rTAI=";
+  cargoHash = "sha256-P4NDgWA0+jclu0S/gQ+/pkaPE7hjBNMzG3ZQZo1ZwZ8=";
 
   meta = with lib; {
     description = "Source code spell checker";