summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-11-02 08:23:32 -0700
committerGitHub <noreply@github.com>2021-11-02 08:23:32 -0700
commit47a14a887c0bdf04690a750c8d58b1d0dce43600 (patch)
treec1f8b856e3e19ab6ff6d63a3b578ba231948e47d /pkgs
parent26a56abd090ec5c8f4c6c9e1189fbfa4bcb8db3f (diff)
parentdca641208e1caaae2b02fb3fcd84bd8b7764e357 (diff)
downloadnixpkgs-47a14a887c0bdf04690a750c8d58b1d0dce43600.tar
nixpkgs-47a14a887c0bdf04690a750c8d58b1d0dce43600.tar.gz
nixpkgs-47a14a887c0bdf04690a750c8d58b1d0dce43600.tar.bz2
nixpkgs-47a14a887c0bdf04690a750c8d58b1d0dce43600.tar.lz
nixpkgs-47a14a887c0bdf04690a750c8d58b1d0dce43600.tar.xz
nixpkgs-47a14a887c0bdf04690a750c8d58b1d0dce43600.tar.zst
nixpkgs-47a14a887c0bdf04690a750c8d58b1d0dce43600.zip
Merge pull request #143360 from r-ryantm/auto-update/typos
typos: 1.1.9 -> 1.2.0
Diffstat (limited to 'pkgs')
-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 5ddfb418432..f2fda08e8d4 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.1.9";
+  version = "1.2.0";
 
   src = fetchFromGitHub {
     owner = "crate-ci";
     repo = pname;
     rev = "v${version}";
-    sha256 = "10ydsp77v4kf1qsq5wyc02iyfsdy0rpcyxycp2lqz9qy3g3ih7vm";
+    sha256 = "sha256-7L+hRr+/sphH4fq4vX7lI9KR6Tks1uLveSJ/wLqO1Ek=";
   };
 
-  cargoSha256 = "1i6999nmg4pahpp4fz4qm4rx8iixa13zjwlhyixwjwbag1w8l3gp";
+  cargoSha256 = "sha256-AxhFQxtT3PfG3Y9nJlp8n4HjaOXxs9KDPY9Ha5Lr4VE=";
 
   meta = with lib; {
     description = "Source code spell checker";