From a58d770d4df83054cfaa4c33290a2dacb7b5f675 Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 6 Sep 2023 16:56:19 -0400 Subject: [PATCH] typos: 1.16.10 -> 1.16.11 Diff: https://github.com/crate-ci/typos/compare/v1.16.10...v1.16.11 Changelog: https://github.com/crate-ci/typos/blob/v1.16.11/CHANGELOG.md --- pkgs/development/tools/typos/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/typos/default.nix b/pkgs/development/tools/typos/default.nix index e3ba7702f63f..9508f5daf134 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.10"; + version = "1.16.11"; src = fetchFromGitHub { owner = "crate-ci"; repo = pname; rev = "v${version}"; - hash = "sha256-YFHy7oD0phUJTKFPnRLm5S3p4tE9MEHe3HnhuyyIwIc="; + hash = "sha256-6CinLQ3wdVG1Ry7nskbC4JlhwT9rlJiP1oc4ks1t7Ts="; }; - cargoHash = "sha256-oQ1yMhHwcMHk7+nj4eqL3Ws0buyh9cGXVdNe4zNX9OI="; + cargoHash = "sha256-S7cMbnelsUfP8t93jqv0PY50fN/XtkphKhiKfe2fE/c="; meta = with lib; { description = "Source code spell checker";